Color Hex Logo

#399ecb Color Hex

#399ECB
(57,158,203)
0 Favorites   0 Comments

Color spaces of #399ecb

RGB 57158203
HSL0.550.580.51
HSV198°72°80°
CMYK 0.720.220.00   0.20
XYZ24.693729.635460.9186
Yxy29.63540.21430.2571
Hunter Lab54.4384-14.2982-28.2408
CIE-Lab61.3384-14.3095-31.4590

#399ecb color RGB value is (57,158,203).

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

The process color (four color CMYK) of #399ecb color hex is 0.72, 0.22, 0.00, 0.20. Web safe color of #399ecb is #3399cc. Color #399ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011110 11001011
Octal 71 236 313
Decimal 57 158 203
Hex 39 9E CB

RGB Percentages of Color #399ecb

%13.64
%37.80
%48.56

CMYK Percentages of Color #399ecb

%72
%22
%0
%20

Triadic Colors of #399ecb

#399ecb #cb399e #9ecb39

Analogous Colors of #399ecb

#399ecb #3955cb #39cbaf

Monochromatic Colors of #399ecb

#399ecb

Complementary Color

#399ecb #cb6639

#399ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#399ecb Color CSS Codes

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

#399ecb Text Font Color

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

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


#399ecb Background Color

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

This div background color is #399ecb


#399ecb Border Color

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

This div border color is #399ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399ecb


Comments

No comments written yet.

Please login to write comment.