Color Hex Logo

#39baee Color Hex

#39BAEE
(57,186,238)
0 Favorites   0 Comments

Color spaces of #39baee

RGB 57186238
HSL0.550.840.58
HSV197°76°93°
CMYK 0.760.220.00   0.07
XYZ34.678942.160787.1990
Yxy42.16070.21140.2570
Hunter Lab64.9313-18.2953-34.1712
CIE-Lab70.9816-17.6376-35.7611

#39baee color RGB value is (57,186,238).

#39baee hex color red value is 57, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #39baee hue: 0.55 , saturation: 0.84 and the lightness value of 39baee is 0.58.

The process color (four color CMYK) of #39baee color hex is 0.76, 0.22, 0.00, 0.07. Web safe color of #39baee is #33ccff. Color #39baee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10111010 11101110
Octal 71 272 356
Decimal 57 186 238
Hex 39 BA EE

RGB Percentages of Color #39baee

%11.85
%38.67
%49.48

CMYK Percentages of Color #39baee

%76
%22
%0
%7

Triadic Colors of #39baee

#39baee #ee39ba #baee39

Analogous Colors of #39baee

#39baee #3960ee #39eec8

Monochromatic Colors of #39baee

#39baee

Complementary Color

#39baee #ee6d39

#39baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#39baee Color CSS Codes

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

#39baee Text Font Color

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

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


#39baee Background Color

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

This div background color is #39baee


#39baee Border Color

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

This div border color is #39baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39baee


Comments

No comments written yet.

Please login to write comment.