Color Hex Logo

#399edb Color Hex

#399EDB
(57,158,219)
0 Favorites   0 Comments

Color spaces of #399edb

RGB 57158219
HSL0.560.690.54
HSV203°74°86°
CMYK 0.740.280.00   0.14
XYZ26.700430.438071.4857
Yxy30.43800.20760.2366
Hunter Lab55.1706-10.1617-38.2038
CIE-Lab62.0303-8.8739-39.2916

#399edb color RGB value is (57,158,219).

#399edb hex color red value is 57, green value is 158 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #399edb hue: 0.56 , saturation: 0.69 and the lightness value of 399edb is 0.54.

The process color (four color CMYK) of #399edb color hex is 0.74, 0.28, 0.00, 0.14. Web safe color of #399edb is #3399cc. Color #399edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011110 11011011
Octal 71 236 333
Decimal 57 158 219
Hex 39 9E DB

RGB Percentages of Color #399edb

%13.13
%36.41
%50.46

CMYK Percentages of Color #399edb

%74
%28
%0
%14

Triadic Colors of #399edb

#399edb #db399e #9edb39

Analogous Colors of #399edb

#399edb #394ddb #39dbc7

Monochromatic Colors of #399edb

#399edb

Complementary Color

#399edb #db7639

#399edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#399edb Color CSS Codes

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

#399edb Text Font Color

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

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


#399edb Background Color

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

This div background color is #399edb


#399edb Border Color

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

This div border color is #399edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399edb


Comments

No comments written yet.

Please login to write comment.