Color Hex Logo

#399aeb Color Hex

#399AEB
(57,154,235)
0 Favorites   0 Comments

Color spaces of #399aeb

RGB 57154235
HSL0.580.820.57
HSV207°76°92°
CMYK 0.760.340.00   0.08
XYZ28.238329.979282.8955
Yxy29.97920.20010.2124
Hunter Lab54.7533-3.7591-51.4368
CIE-Lab61.6363-1.0053-48.7666

#399aeb color RGB value is (57,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011010 11101011
Octal 71 232 353
Decimal 57 154 235
Hex 39 9A EB

RGB Percentages of Color #399aeb

%12.78
%34.53
%52.69

CMYK Percentages of Color #399aeb

%76
%34
%0
%8

Triadic Colors of #399aeb

#399aeb #eb399a #9aeb39

Analogous Colors of #399aeb

#399aeb #3941eb #39ebe3

Monochromatic Colors of #399aeb

#399aeb

Complementary Color

#399aeb #eb8a39

#399aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#399aeb Color CSS Codes

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

#399aeb Text Font Color

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

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


#399aeb Background Color

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

This div background color is #399aeb


#399aeb Border Color

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

This div border color is #399aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399aeb


Comments

No comments written yet.

Please login to write comment.