Color Hex Logo

#399dde Color Hex

#399DDE
(57,157,222)
0 Favorites   0 Comments

Color spaces of #399dde

RGB 57157222
HSL0.570.710.55
HSV204°74°87°
CMYK 0.740.290.00   0.13
XYZ26.929130.257773.5282
Yxy30.25770.20600.2315
Hunter Lab55.0070-8.8762-40.7484
CIE-Lab61.8759-7.2762-41.1978

#399dde color RGB value is (57,157,222).

#399dde hex color red value is 57, green value is 157 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #399dde hue: 0.57 , saturation: 0.71 and the lightness value of 399dde is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011101 11011110
Octal 71 235 336
Decimal 57 157 222
Hex 39 9D DE

RGB Percentages of Color #399dde

%13.07
%36.01
%50.92

CMYK Percentages of Color #399dde

%74
%29
%0
%13

Triadic Colors of #399dde

#399dde #de399d #9dde39

Analogous Colors of #399dde

#399dde #394bde #39decd

Monochromatic Colors of #399dde

#399dde

Complementary Color

#399dde #de7a39

#399dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#399dde Color CSS Codes

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

#399dde Text Font Color

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

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


#399dde Background Color

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

This div background color is #399dde


#399dde Border Color

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

This div border color is #399dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399dde


Comments

No comments written yet.

Please login to write comment.