Color Hex Logo

#399aea Color Hex

#399AEA
(57,154,234)
0 Favorites   0 Comments

Color spaces of #399aea

RGB 57154234
HSL0.580.810.57
HSV207°76°92°
CMYK 0.760.340.00   0.08
XYZ28.094229.921682.1366
Yxy29.92160.20050.2135
Hunter Lab54.7006-4.0487-50.7374
CIE-Lab61.5865-1.3593-48.2934

#399aea color RGB value is (57,154,234).

#399aea hex color red value is 57, green value is 154 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #399aea hue: 0.58 , saturation: 0.81 and the lightness value of 399aea is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011010 11101010
Octal 71 232 352
Decimal 57 154 234
Hex 39 9A EA

RGB Percentages of Color #399aea

%12.81
%34.61
%52.58

CMYK Percentages of Color #399aea

%76
%34
%0
%8

Triadic Colors of #399aea

#399aea #ea399a #9aea39

Analogous Colors of #399aea

#399aea #3941ea #39eae2

Monochromatic Colors of #399aea

#399aea

Complementary Color

#399aea #ea8939

#399aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#399aea Color CSS Codes

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

#399aea Text Font Color

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

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


#399aea Background Color

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

This div background color is #399aea


#399aea Border Color

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

This div border color is #399aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399aea


Comments

No comments written yet.

Please login to write comment.