Color Hex Logo

#399dda Color Hex

#399DDA
(57,157,218)
0 Favorites   0 Comments

Color spaces of #399dda

RGB 57157218
HSL0.560.690.54
HSV203°74°85°
CMYK 0.740.280.00   0.15
XYZ26.399230.045870.7377
Yxy30.04580.20760.2362
Hunter Lab54.8140-9.9565-38.1441
CIE-Lab61.6937-8.6591-39.2635

#399dda color RGB value is (57,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011101 11011010
Octal 71 235 332
Decimal 57 157 218
Hex 39 9D DA

RGB Percentages of Color #399dda

%13.19
%36.34
%50.46

CMYK Percentages of Color #399dda

%74
%28
%0
%15

Triadic Colors of #399dda

#399dda #da399d #9dda39

Analogous Colors of #399dda

#399dda #394dda #39dac7

Monochromatic Colors of #399dda

#399dda

Complementary Color

#399dda #da7639

#399dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#399dda Color CSS Codes

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

#399dda Text Font Color

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

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


#399dda Background Color

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

This div background color is #399dda


#399dda Border Color

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

This div border color is #399dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399dda


Comments

No comments written yet.

Please login to write comment.