Color Hex Logo

#35cccd Color Hex

#35CCCD
(53,204,205)
0 Favorites   0 Comments

Color spaces of #35cccd

RGB 53204205
HSL0.500.600.51
HSV180°74°80°
CMYK 0.740.000.00   0.20
XYZ34.080548.350465.2939
Yxy48.35040.23070.3273
Hunter Lab69.5345-34.1982-7.0001
CIE-Lab75.0454-37.2211-11.6808

#35cccd color RGB value is (53,204,205).

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

The process color (four color CMYK) of #35cccd color hex is 0.74, 0.00, 0.00, 0.20. Web safe color of #35cccd is #33cccc. Color #35cccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001100 11001101
Octal 65 314 315
Decimal 53 204 205
Hex 35 CC CD

RGB Percentages of Color #35cccd

%11.47
%44.16
%44.37

CMYK Percentages of Color #35cccd

%74
%0
%0
%20

Triadic Colors of #35cccd

#35cccd #cd35cc #cccd35

Analogous Colors of #35cccd

#35cccd #3580cd #35cd82

Monochromatic Colors of #35cccd

#35cccd

Complementary Color

#35cccd #cd3635

#35cccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cccd Color CSS Codes

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

#35cccd Text Font Color

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

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


#35cccd Background Color

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

This div background color is #35cccd


#35cccd Border Color

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

This div border color is #35cccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cccd


Comments

No comments written yet.

Please login to write comment.