Color Hex Logo

#39aebd Color Hex

#39AEBD
(57,174,189)
0 Favorites   0 Comments

Color spaces of #39aebd

RGB 57174189
HSL0.520.540.48
HSV187°70°74°
CMYK 0.700.080.00   0.26
XYZ26.008734.816153.4935
Yxy34.81610.22750.3046
Hunter Lab59.0052-24.5786-12.4481
CIE-Lab65.6052-27.1356-17.1146

#39aebd color RGB value is (57,174,189).

#39aebd hex color red value is 57, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #39aebd hue: 0.52 , saturation: 0.54 and the lightness value of 39aebd is 0.48.

The process color (four color CMYK) of #39aebd color hex is 0.70, 0.08, 0.00, 0.26. Web safe color of #39aebd is #3399cc. Color #39aebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10101110 10111101
Octal 71 256 275
Decimal 57 174 189
Hex 39 AE BD

RGB Percentages of Color #39aebd

%13.57
%41.43
%45.00

CMYK Percentages of Color #39aebd

%70
%8
%0
%26

Triadic Colors of #39aebd

#39aebd #bd39ae #aebd39

Analogous Colors of #39aebd

#39aebd #396cbd #39bd8a

Monochromatic Colors of #39aebd

#39aebd

Complementary Color

#39aebd #bd4839

#39aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#39aebd Color CSS Codes

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

#39aebd Text Font Color

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

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


#39aebd Background Color

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

This div background color is #39aebd


#39aebd Border Color

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

This div border color is #39aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39aebd


Comments

No comments written yet.

Please login to write comment.