Color Hex Logo

#339adc Color Hex

#339ADC
(51,154,220)
0 Favorites   0 Comments

Color spaces of #339adc

RGB 51154220
HSL0.570.710.53
HSV203°77°86°
CMYK 0.770.300.00   0.14
XYZ25.839128.982371.9424
Yxy28.98230.20380.2286
Hunter Lab53.8352-8.5376-41.5472
CIE-Lab60.7660-6.9839-41.8409

#339adc color RGB value is (51,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011010 11011100
Octal 63 232 334
Decimal 51 154 220
Hex 33 9A DC

RGB Percentages of Color #339adc

%12.00
%36.24
%51.76

CMYK Percentages of Color #339adc

%77
%30
%0
%14

Triadic Colors of #339adc

#339adc #dc339a #9adc33

Analogous Colors of #339adc

#339adc #3345dc #33dcca

Monochromatic Colors of #339adc

#339adc

Complementary Color

#339adc #dc7533

#339adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#339adc Color CSS Codes

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

#339adc Text Font Color

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

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


#339adc Background Color

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

This div background color is #339adc


#339adc Border Color

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

This div border color is #339adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,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 #339adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339adc


Comments

No comments written yet.

Please login to write comment.