Color Hex Logo

#399cee Color Hex

#399CEE
(57,156,238)
0 Favorites   0 Comments

Color spaces of #399cee

RGB 57156238
HSL0.580.840.58
HSV207°76°93°
CMYK 0.760.340.00   0.07
XYZ29.008430.819885.3088
Yxy30.81980.19990.2123
Hunter Lab55.5156-3.8812-52.2479
CIE-Lab62.3552-1.0985-49.2823

#399cee color RGB value is (57,156,238).

#399cee hex color red value is 57, green value is 156 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #399cee hue: 0.58 , saturation: 0.84 and the lightness value of 399cee is 0.58.

The process color (four color CMYK) of #399cee color hex is 0.76, 0.34, 0.00, 0.07. Web safe color of #399cee is #3399ff. Color #399cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011100 11101110
Octal 71 234 356
Decimal 57 156 238
Hex 39 9C EE

RGB Percentages of Color #399cee

%12.64
%34.59
%52.77

CMYK Percentages of Color #399cee

%76
%34
%0
%7

Triadic Colors of #399cee

#399cee #ee399c #9cee39

Analogous Colors of #399cee

#399cee #3942ee #39eee6

Monochromatic Colors of #399cee

#399cee

Complementary Color

#399cee #ee8b39

#399cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#399cee Color CSS Codes

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

#399cee Text Font Color

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

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


#399cee Background Color

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

This div background color is #399cee


#399cee Border Color

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

This div border color is #399cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399cee


Comments

No comments written yet.

Please login to write comment.