Color Hex Logo

#30b9cf Color Hex

#30B9CF
(48,185,207)
0 Favorites   0 Comments

Color spaces of #30b9cf

RGB 48185207
HSL0.520.620.50
HSV188°77°81°
CMYK 0.770.110.00   0.19
XYZ29.830439.831365.1475
Yxy39.83130.22130.2955
Hunter Lab63.1120-26.0767-17.0238
CIE-Lab69.3492-28.0948-21.3757

#30b9cf color RGB value is (48,185,207).

#30b9cf hex color red value is 48, green value is 185 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #30b9cf hue: 0.52 , saturation: 0.62 and the lightness value of 30b9cf is 0.50.

The process color (four color CMYK) of #30b9cf color hex is 0.77, 0.11, 0.00, 0.19. Web safe color of #30b9cf is #33cccc. Color #30b9cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10111001 11001111
Octal 60 271 317
Decimal 48 185 207
Hex 30 B9 CF

RGB Percentages of Color #30b9cf

%10.91
%42.05
%47.05

CMYK Percentages of Color #30b9cf

%77
%11
%0
%19

Triadic Colors of #30b9cf

#30b9cf #cf30b9 #b9cf30

Analogous Colors of #30b9cf

#30b9cf #306acf #30cf96

Monochromatic Colors of #30b9cf

#30b9cf

Complementary Color

#30b9cf #cf4630

#30b9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30b9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#30b9cf Color CSS Codes

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

#30b9cf Text Font Color

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

This sample text font color is #30b9cf
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.


#30b9cf Background Color

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

This div background color is #30b9cf


#30b9cf Border Color

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

This div border color is #30b9cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30b9cf


Comments

No comments written yet.

Please login to write comment.