Color Hex Logo

#399edd Color Hex

#399EDD
(57,158,221)
0 Favorites   0 Comments

Color spaces of #399edd

RGB 57158221
HSL0.560.710.55
HSV203°74°87°
CMYK 0.740.290.00   0.13
XYZ26.965330.544072.8810
Yxy30.54400.20680.2343
Hunter Lab55.2666-9.6241-39.5000
CIE-Lab62.1208-8.1845-40.2593

#399edd color RGB value is (57,158,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011110 11011101
Octal 71 236 335
Decimal 57 158 221
Hex 39 9E DD

RGB Percentages of Color #399edd

%13.07
%36.24
%50.69

CMYK Percentages of Color #399edd

%74
%29
%0
%13

Triadic Colors of #399edd

#399edd #dd399e #9edd39

Analogous Colors of #399edd

#399edd #394cdd #39ddca

Monochromatic Colors of #399edd

#399edd

Complementary Color

#399edd #dd7839

#399edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#399edd Color CSS Codes

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

#399edd Text Font Color

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

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


#399edd Background Color

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

This div background color is #399edd


#399edd Border Color

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

This div border color is #399edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399edd


Comments

No comments written yet.

Please login to write comment.