Color Hex Logo

#35adcc Color Hex

#35ADCC
(53,173,204)
0 Favorites   0 Comments

Color spaces of #35adcc

RGB 53173204
HSL0.530.600.50
HSV192°74°80°
CMYK 0.740.150.00   0.20
XYZ27.310935.003762.4437
Yxy35.00370.21890.2806
Hunter Lab59.1639-21.1388-21.1620
CIE-Lab65.7515-22.4367-25.2140

#35adcc color RGB value is (53,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101101 11001100
Octal 65 255 314
Decimal 53 173 204
Hex 35 AD CC

RGB Percentages of Color #35adcc

%12.33
%40.23
%47.44

CMYK Percentages of Color #35adcc

%74
%15
%0
%20

Triadic Colors of #35adcc

#35adcc #cc35ad #adcc35

Analogous Colors of #35adcc

#35adcc #3562cc #35cca0

Monochromatic Colors of #35adcc

#35adcc

Complementary Color

#35adcc #cc5435

#35adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#35adcc Color CSS Codes

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

#35adcc Text Font Color

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

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


#35adcc Background Color

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

This div background color is #35adcc


#35adcc Border Color

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

This div border color is #35adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35adcc


Comments

No comments written yet.

Please login to write comment.