Color Hex Logo

#399adc Color Hex

#399ADC
(57,154,220)
0 Favorites   0 Comments

Color spaces of #399adc

RGB 57154220
HSL0.570.700.54
HSV204°74°86°
CMYK 0.740.300.00   0.14
XYZ26.161229.148471.9575
Yxy29.14840.20560.2290
Hunter Lab53.9893-7.9867-41.2299
CIE-Lab60.9124-6.2745-41.6007

#399adc color RGB value is (57,154,220).

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

The process color (four color CMYK) of #399adc color hex is 0.74, 0.30, 0.00, 0.14. Web safe color of #399adc is #3399cc. Color #399adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011010 11011100
Octal 71 232 334
Decimal 57 154 220
Hex 39 9A DC

RGB Percentages of Color #399adc

%13.23
%35.73
%51.04

CMYK Percentages of Color #399adc

%74
%30
%0
%14

Triadic Colors of #399adc

#399adc #dc399a #9adc39

Analogous Colors of #399adc

#399adc #3949dc #39dccd

Monochromatic Colors of #399adc

#399adc

Complementary Color

#399adc #dc7b39

#399adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#399adc Color CSS Codes

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

#399adc Text Font Color

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

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


#399adc Background Color

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

This div background color is #399adc


#399adc Border Color

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

This div border color is #399adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399adc


Comments

No comments written yet.

Please login to write comment.