Color Hex Logo

#35abcc Color Hex

#35ABCC
(53,171,204)
0 Favorites   0 Comments

Color spaces of #35abcc

RGB 53171204
HSL0.540.600.50
HSV193°74°80°
CMYK 0.740.160.00   0.20
XYZ26.930234.242362.3168
Yxy34.24230.21810.2773
Hunter Lab58.5169-20.2567-22.1782
CIE-Lab65.1544-21.4032-26.1309

#35abcc color RGB value is (53,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101011 11001100
Octal 65 253 314
Decimal 53 171 204
Hex 35 AB CC

RGB Percentages of Color #35abcc

%12.38
%39.95
%47.66

CMYK Percentages of Color #35abcc

%74
%16
%0
%20

Triadic Colors of #35abcc

#35abcc #cc35ab #abcc35

Analogous Colors of #35abcc

#35abcc #355fcc #35cca2

Monochromatic Colors of #35abcc

#35abcc

Complementary Color

#35abcc #cc5635

#35abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#35abcc Color CSS Codes

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

#35abcc Text Font Color

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

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


#35abcc Background Color

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

This div background color is #35abcc


#35abcc Border Color

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

This div border color is #35abcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,171,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 #35abcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35abcc


Comments

No comments written yet.

Please login to write comment.