Color Hex Logo

#399cde Color Hex

#399CDE
(57,156,222)
0 Favorites   0 Comments

Color spaces of #399cde

RGB 57156222
HSL0.570.710.55
HSV204°74°87°
CMYK 0.740.300.00   0.13
XYZ26.760629.920773.4721
Yxy29.92070.20560.2299
Hunter Lab54.6998-8.3978-41.3477
CIE-Lab61.5857-6.7117-41.6535

#399cde color RGB value is (57,156,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011100 11011110
Octal 71 234 336
Decimal 57 156 222
Hex 39 9C DE

RGB Percentages of Color #399cde

%13.10
%35.86
%51.03

CMYK Percentages of Color #399cde

%74
%30
%0
%13

Triadic Colors of #399cde

#399cde #de399c #9cde39

Analogous Colors of #399cde

#399cde #3949de #39dece

Monochromatic Colors of #399cde

#399cde

Complementary Color

#399cde #de7b39

#399cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#399cde Color CSS Codes

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

#399cde Text Font Color

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

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


#399cde Background Color

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

This div background color is #399cde


#399cde Border Color

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

This div border color is #399cde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,156,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 #399cde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399cde


Comments

No comments written yet.

Please login to write comment.