Color Hex Logo

#39bcce Color Hex

#39BCCE
(57,188,206)
0 Favorites   0 Comments

Color spaces of #39bcce

RGB 57188206
HSL0.520.600.52
HSV187°72°81°
CMYK 0.720.090.00   0.19
XYZ30.811141.292564.7389
Yxy41.29250.22520.3018
Hunter Lab64.2592-26.8663-14.7511
CIE-Lab70.3804-28.8559-19.2447

#39bcce color RGB value is (57,188,206).

#39bcce hex color red value is 57, green value is 188 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #39bcce hue: 0.52 , saturation: 0.60 and the lightness value of 39bcce is 0.52.

The process color (four color CMYK) of #39bcce color hex is 0.72, 0.09, 0.00, 0.19. Web safe color of #39bcce is #33cccc. Color #39bcce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10111100 11001110
Octal 71 274 316
Decimal 57 188 206
Hex 39 BC CE

RGB Percentages of Color #39bcce

%12.64
%41.69
%45.68

CMYK Percentages of Color #39bcce

%72
%9
%0
%19

Triadic Colors of #39bcce

#39bcce #ce39bc #bcce39

Analogous Colors of #39bcce

#39bcce #3972ce #39ce96

Monochromatic Colors of #39bcce

#39bcce

Complementary Color

#39bcce #ce4b39

#39bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#39bcce Color CSS Codes

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

#39bcce Text Font Color

<p style="color:#39bcce">Text here</p>

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


#39bcce Background Color

<div style="background-color:#39bcce">
Div content here</div>

This div background color is #39bcce


#39bcce Border Color

<div style="border:3px solid #39bcce">
Div here</div>

This div border color is #39bcce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,188,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39bcce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39bcce;
  -webkit-box-shadow: 1px 1px 3px 2px #39bcce;
  box-shadow:         1px 1px 3px 2px #39bcce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39bcce


Comments

No comments written yet.

Please login to write comment.