Color Hex Logo

#399cef Color Hex

#399CEF
(57,156,239)
0 Favorites   0 Comments

Color spaces of #399cef

RGB 57156239
HSL0.580.850.58
HSV207°76°94°
CMYK 0.760.350.00   0.06
XYZ29.155830.878886.0849
Yxy30.87880.19950.2113
Hunter Lab55.5687-3.5898-52.9517
CIE-Lab62.4052-0.7446-49.7536

#399cef color RGB value is (57,156,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011100 11101111
Octal 71 234 357
Decimal 57 156 239
Hex 39 9C EF

RGB Percentages of Color #399cef

%12.61
%34.51
%52.88

CMYK Percentages of Color #399cef

%76
%35
%0
%6

Triadic Colors of #399cef

#399cef #ef399c #9cef39

Analogous Colors of #399cef

#399cef #3941ef #39efe7

Monochromatic Colors of #399cef

#399cef

Complementary Color

#399cef #ef8c39

#399cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#399cef Color CSS Codes

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

#399cef Text Font Color

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

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


#399cef Background Color

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

This div background color is #399cef


#399cef Border Color

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

This div border color is #399cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399cef


Comments

No comments written yet.

Please login to write comment.