Color Hex Logo

#399def Color Hex

#399DEF
(57,157,239)
0 Favorites   0 Comments

Color spaces of #399def

RGB 57157239
HSL0.580.850.58
HSV207°76°94°
CMYK 0.760.340.00   0.06
XYZ29.324331.215886.1410
Yxy31.21580.19990.2128
Hunter Lab55.8711-4.0876-52.3024
CIE-Lab62.6894-1.3213-49.3037

#399def color RGB value is (57,157,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011101 11101111
Octal 71 235 357
Decimal 57 157 239
Hex 39 9D EF

RGB Percentages of Color #399def

%12.58
%34.66
%52.76

CMYK Percentages of Color #399def

%76
%34
%0
%6

Triadic Colors of #399def

#399def #ef399d #9def39

Analogous Colors of #399def

#399def #3942ef #39efe6

Monochromatic Colors of #399def

#399def

Complementary Color

#399def #ef8b39

#399def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399def Color Preview on White Background

Lorem ipsum dolor sit amet.

#399def Color CSS Codes

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

#399def Text Font Color

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

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


#399def Background Color

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

This div background color is #399def


#399def Border Color

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

This div border color is #399def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,157,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 #399def">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399def


Comments

No comments written yet.

Please login to write comment.