Color Hex Logo

#39acef Color Hex

#39ACEF
(57,172,239)
0 Favorites   0 Comments

Color spaces of #39acef

RGB 57172239
HSL0.560.850.58
HSV202°76°94°
CMYK 0.760.280.00   0.06
XYZ32.019936.606987.0396
Yxy36.60690.20570.2352
Hunter Lab60.5036-11.4151-42.9411
CIE-Lab66.9811-9.7694-42.5453

#39acef color RGB value is (57,172,239).

#39acef hex color red value is 57, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #39acef hue: 0.56 , saturation: 0.85 and the lightness value of 39acef is 0.58.

The process color (four color CMYK) of #39acef color hex is 0.76, 0.28, 0.00, 0.06. Web safe color of #39acef is #3399ff. Color #39acef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10101100 11101111
Octal 71 254 357
Decimal 57 172 239
Hex 39 AC EF

RGB Percentages of Color #39acef

%12.18
%36.75
%51.07

CMYK Percentages of Color #39acef

%76
%28
%0
%6

Triadic Colors of #39acef

#39acef #ef39ac #acef39

Analogous Colors of #39acef

#39acef #3951ef #39efd7

Monochromatic Colors of #39acef

#39acef

Complementary Color

#39acef #ef7c39

#39acef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39acef Color Preview on White Background

Lorem ipsum dolor sit amet.

#39acef Color CSS Codes

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

#39acef Text Font Color

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

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


#39acef Background Color

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

This div background color is #39acef


#39acef Border Color

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

This div border color is #39acef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39acef


Comments

No comments written yet.

Please login to write comment.