Color Hex Logo

#39efea Color Hex

#39EFEA
(57,239,234)
0 Favorites   0 Comments

Color spaces of #39efea

RGB 57239234
HSL0.500.850.58
HSV178°76°94°
CMYK 0.760.000.02   0.06
XYZ47.405168.543488.5736
Yxy68.54340.23180.3351
Hunter Lab82.7909-42.6772-5.4775
CIE-Lab86.2774-44.3306-10.3598

#39efea color RGB value is (57,239,234).

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

The process color (four color CMYK) of #39efea color hex is 0.76, 0.00, 0.02, 0.06. Web safe color of #39efea is #33ffff. Color #39efea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 11101111 11101010
Octal 71 357 352
Decimal 57 239 234
Hex 39 EF EA

RGB Percentages of Color #39efea

%10.75
%45.09
%44.15

CMYK Percentages of Color #39efea

%76
%0
%2
%6

Triadic Colors of #39efea

#39efea #ea39ef #efea39

Analogous Colors of #39efea

#39efea #3999ef #39ef8f

Monochromatic Colors of #39efea

#39efea

Complementary Color

#39efea #ef393e

#39efea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39efea Color Preview on White Background

Lorem ipsum dolor sit amet.

#39efea Color CSS Codes

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

#39efea Text Font Color

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

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


#39efea Background Color

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

This div background color is #39efea


#39efea Border Color

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

This div border color is #39efea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39efea


Comments

No comments written yet.

Please login to write comment.