Color Hex Logo

#35adcd Color Hex

#35ADCD
(53,173,205)
0 Favorites   0 Comments

Color spaces of #35adcd

RGB 53173205
HSL0.540.600.51
HSV193°74°80°
CMYK 0.740.160.00   0.20
XYZ27.431235.051863.0775
Yxy35.05180.21850.2792
Hunter Lab59.2046-20.9037-21.7253
CIE-Lab65.7890-22.1143-25.7098

#35adcd color RGB value is (53,173,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10101101 11001101
Octal 65 255 315
Decimal 53 173 205
Hex 35 AD CD

RGB Percentages of Color #35adcd

%12.30
%40.14
%47.56

CMYK Percentages of Color #35adcd

%74
%16
%0
%20

Triadic Colors of #35adcd

#35adcd #cd35ad #adcd35

Analogous Colors of #35adcd

#35adcd #3561cd #35cda1

Monochromatic Colors of #35adcd

#35adcd

Complementary Color

#35adcd #cd5535

#35adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#35adcd Color CSS Codes

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

#35adcd Text Font Color

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

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


#35adcd Background Color

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

This div background color is #35adcd


#35adcd Border Color

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

This div border color is #35adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35adcd


Comments

No comments written yet.

Please login to write comment.