Color Hex Logo

#35aacc Color Hex

#35AACC
(53,170,204)
0 Favorites   0 Comments

Color spaces of #35aacc

RGB 53170204
HSL0.540.600.50
HSV194°74°80°
CMYK 0.740.170.00   0.20
XYZ26.742033.866062.2541
Yxy33.86600.21770.2756
Hunter Lab58.1945-19.8146-22.6899
CIE-Lab64.8561-20.8839-26.5896

#35aacc color RGB value is (53,170,204).

#35aacc hex color red value is 53, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #35aacc hue: 0.54 , saturation: 0.60 and the lightness value of 35aacc is 0.50.

The process color (four color CMYK) of #35aacc color hex is 0.74, 0.17, 0.00, 0.20. Web safe color of #35aacc is #3399cc. Color #35aacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101010 11001100
Octal 65 252 314
Decimal 53 170 204
Hex 35 AA CC

RGB Percentages of Color #35aacc

%12.41
%39.81
%47.78

CMYK Percentages of Color #35aacc

%74
%17
%0
%20

Triadic Colors of #35aacc

#35aacc #cc35aa #aacc35

Analogous Colors of #35aacc

#35aacc #355ecc #35cca3

Monochromatic Colors of #35aacc

#35aacc

Complementary Color

#35aacc #cc5735

#35aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#35aacc Color CSS Codes

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

#35aacc Text Font Color

<p style="color:#35aacc">Text here</p>

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


#35aacc Background Color

<div style="background-color:#35aacc">
Div content here</div>

This div background color is #35aacc


#35aacc Border Color

<div style="border:3px solid #35aacc">
Div here</div>

This div border color is #35aacc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,170,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35aacc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35aacc;
  -webkit-box-shadow: 1px 1px 3px 2px #35aacc;
  box-shadow:         1px 1px 3px 2px #35aacc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,170,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35aacc


Comments

No comments written yet.

Please login to write comment.