Color Hex Logo

#399abf Color Hex

#399ABF
(57,154,191)
0 Favorites   0 Comments

Color spaces of #399abf

RGB 57154191
HSL0.550.540.49
HSV197°70°75°
CMYK 0.700.190.00   0.25
XYZ22.646927.742653.4515
Yxy27.74260.21810.2672
Hunter Lab52.6712-15.4256-23.2984
CIE-Lab59.6555-16.1261-27.3315

#399abf color RGB value is (57,154,191).

#399abf hex color red value is 57, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #399abf hue: 0.55 , saturation: 0.54 and the lightness value of 399abf is 0.49.

The process color (four color CMYK) of #399abf color hex is 0.70, 0.19, 0.00, 0.25. Web safe color of #399abf is #3399cc. Color #399abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011010 10111111
Octal 71 232 277
Decimal 57 154 191
Hex 39 9A BF

RGB Percentages of Color #399abf

%14.18
%38.31
%47.51

CMYK Percentages of Color #399abf

%70
%19
%0
%25

Triadic Colors of #399abf

#399abf #bf399a #9abf39

Analogous Colors of #399abf

#399abf #3957bf #39bfa1

Monochromatic Colors of #399abf

#399abf

Complementary Color

#399abf #bf5e39

#399abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#399abf Color CSS Codes

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

#399abf Text Font Color

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

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


#399abf Background Color

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

This div background color is #399abf


#399abf Border Color

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

This div border color is #399abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399abf

#399abf Color Palettes


Comments

No comments written yet.

Please login to write comment.