Color Hex Logo

#339aca Color Hex

#339ACA
(51,154,202)
0 Favorites   0 Comments

Color spaces of #339aca

RGB 51154202
HSL0.550.600.50
HSV199°75°79°
CMYK 0.750.240.00   0.21
XYZ23.581528.079360.0541
Yxy28.07930.21110.2513
Hunter Lab52.9899-13.2965-30.1011
CIE-Lab59.9603-13.2334-33.0517

#339aca color RGB value is (51,154,202).

#339aca hex color red value is 51, green value is 154 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #339aca hue: 0.55 , saturation: 0.60 and the lightness value of 339aca is 0.50.

The process color (four color CMYK) of #339aca color hex is 0.75, 0.24, 0.00, 0.21. Web safe color of #339aca is #3399cc. Color #339aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011010 11001010
Octal 63 232 312
Decimal 51 154 202
Hex 33 9A CA

RGB Percentages of Color #339aca

%12.53
%37.84
%49.63

CMYK Percentages of Color #339aca

%75
%24
%0
%21

Triadic Colors of #339aca

#339aca #ca339a #9aca33

Analogous Colors of #339aca

#339aca #334eca #33caaf

Monochromatic Colors of #339aca

#339aca

Complementary Color

#339aca #ca6333

#339aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#339aca Color CSS Codes

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

#339aca Text Font Color

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

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


#339aca Background Color

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

This div background color is #339aca


#339aca Border Color

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

This div border color is #339aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339aca


Comments

No comments written yet.

Please login to write comment.