Color Hex Logo

#399eaf Color Hex

#399EAF
(57,158,175)
0 Favorites   0 Comments

Color spaces of #399eaf

RGB 57158175
HSL0.520.510.45
HSV189°67°69°
CMYK 0.670.100.00   0.31
XYZ21.652128.418744.9016
Yxy28.41870.22800.2992
Hunter Lab53.3092-20.7914-12.6227
CIE-Lab60.2651-23.3608-17.3750

#399eaf color RGB value is (57,158,175).

#399eaf hex color red value is 57, green value is 158 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #399eaf hue: 0.52 , saturation: 0.51 and the lightness value of 399eaf is 0.45.

The process color (four color CMYK) of #399eaf color hex is 0.67, 0.10, 0.00, 0.31. Web safe color of #399eaf is #339999. Color #399eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011110 10101111
Octal 71 236 257
Decimal 57 158 175
Hex 39 9E AF

RGB Percentages of Color #399eaf

%14.62
%40.51
%44.87

CMYK Percentages of Color #399eaf

%67
%10
%0
%31

Triadic Colors of #399eaf

#399eaf #af399e #9eaf39

Analogous Colors of #399eaf

#399eaf #3963af #39af85

Monochromatic Colors of #399eaf

#399eaf

Complementary Color

#399eaf #af4a39

#399eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#399eaf Color CSS Codes

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

#399eaf Text Font Color

<p style="color:#399eaf">Text here</p>

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


#399eaf Background Color

<div style="background-color:#399eaf">
Div content here</div>

This div background color is #399eaf


#399eaf Border Color

<div style="border:3px solid #399eaf">
Div here</div>

This div border color is #399eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,158,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #399eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #399eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #399eaf;
  box-shadow:         1px 1px 3px 2px #399eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399eaf


Comments

No comments written yet.

Please login to write comment.