Color Hex Logo

#30bcdd Color Hex

#30BCDD
(48,188,221)
0 Favorites   0 Comments

Color spaces of #30bcdd

RGB 48188221
HSL0.530.720.53
HSV191°78°87°
CMYK 0.780.150.00   0.13
XYZ32.253341.815374.7778
Yxy41.81530.21670.2809
Hunter Lab64.6648-24.1316-23.2972
CIE-Lab70.7434-25.1431-26.8975

#30bcdd color RGB value is (48,188,221).

#30bcdd hex color red value is 48, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #30bcdd hue: 0.53 , saturation: 0.72 and the lightness value of 30bcdd is 0.53.

The process color (four color CMYK) of #30bcdd color hex is 0.78, 0.15, 0.00, 0.13. Web safe color of #30bcdd is #33cccc. Color #30bcdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10111100 11011101
Octal 60 274 335
Decimal 48 188 221
Hex 30 BC DD

RGB Percentages of Color #30bcdd

%10.50
%41.14
%48.36

CMYK Percentages of Color #30bcdd

%78
%15
%0
%13

Triadic Colors of #30bcdd

#30bcdd #dd30bc #bcdd30

Analogous Colors of #30bcdd

#30bcdd #3066dd #30dda8

Monochromatic Colors of #30bcdd

#30bcdd

Complementary Color

#30bcdd #dd5130

#30bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#30bcdd Color CSS Codes

.mybgcolor {background-color:#30bcdd; } 
.myforecolor {color:#30bcdd; }
.mybordercolor {border:3px solid #30bcdd; }

#30bcdd Text Font Color

<p style="color:#30bcdd">Text here</p>

This sample text font color is #30bcdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#30bcdd Background Color

<div style="background-color:#30bcdd">
Div content here</div>

This div background color is #30bcdd


#30bcdd Border Color

<div style="border:3px solid #30bcdd">
Div here</div>

This div border color is #30bcdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,188,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30bcdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30bcdd;
  -webkit-box-shadow: 1px 1px 3px 2px #30bcdd;
  box-shadow:         1px 1px 3px 2px #30bcdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,188,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #30bcdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #30bcdd;
  -webkit-box-shadow: 1px 1px 3px 2px #30bcdd;
  box-shadow:         1px 1px 3px 2px #30bcdd;">
Div content here</div>

This div box has shadow with color #30bcdd


Comments

No comments written yet.

Please login to write comment.