Color Hex Logo

#34b9cb Color Hex

#34B9CB
(52,185,203)
0 Favorites   0 Comments

Color spaces of #34b9cb

RGB 52185203
HSL0.520.590.50
HSV187°74°80°
CMYK 0.740.090.00   0.20
XYZ29.544639.739862.6133
Yxy39.73980.22400.3013
Hunter Lab63.0395-26.6619-14.7615
CIE-Lab69.2838-28.9015-19.2742

#34b9cb color RGB value is (52,185,203).

#34b9cb hex color red value is 52, green value is 185 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #34b9cb hue: 0.52 , saturation: 0.59 and the lightness value of 34b9cb is 0.50.

The process color (four color CMYK) of #34b9cb color hex is 0.74, 0.09, 0.00, 0.20. Web safe color of #34b9cb is #33cccc. Color #34b9cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10111001 11001011
Octal 64 271 313
Decimal 52 185 203
Hex 34 B9 CB

RGB Percentages of Color #34b9cb

%11.82
%42.05
%46.14

CMYK Percentages of Color #34b9cb

%74
%9
%0
%20

Triadic Colors of #34b9cb

#34b9cb #cb34b9 #b9cb34

Analogous Colors of #34b9cb

#34b9cb #346ecb #34cb92

Monochromatic Colors of #34b9cb

#34b9cb

Complementary Color

#34b9cb #cb4634

#34b9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34b9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#34b9cb Color CSS Codes

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

#34b9cb Text Font Color

<p style="color:#34b9cb">Text here</p>

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


#34b9cb Background Color

<div style="background-color:#34b9cb">
Div content here</div>

This div background color is #34b9cb


#34b9cb Border Color

<div style="border:3px solid #34b9cb">
Div here</div>

This div border color is #34b9cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,185,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34b9cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34b9cb;
  -webkit-box-shadow: 1px 1px 3px 2px #34b9cb;
  box-shadow:         1px 1px 3px 2px #34b9cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34b9cb


Comments

No comments written yet.

Please login to write comment.