Color Hex Logo

#35cfdc Color Hex

#35CFDC
(53,207,220)
0 Favorites   0 Comments

Color spaces of #35cfdc

RGB 53207220
HSL0.510.700.54
HSV185°76°86°
CMYK 0.760.060.00   0.14
XYZ36.699350.549875.5330
Yxy50.54980.22550.3105
Hunter Lab71.0984-32.2847-13.2192
CIE-Lab76.4055-34.2087-17.7273

#35cfdc color RGB value is (53,207,220).

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

The process color (four color CMYK) of #35cfdc color hex is 0.76, 0.06, 0.00, 0.14. Web safe color of #35cfdc is #33cccc. Color #35cfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001111 11011100
Octal 65 317 334
Decimal 53 207 220
Hex 35 CF DC

RGB Percentages of Color #35cfdc

%11.04
%43.13
%45.83

CMYK Percentages of Color #35cfdc

%76
%6
%0
%14

Triadic Colors of #35cfdc

#35cfdc #dc35cf #cfdc35

Analogous Colors of #35cfdc

#35cfdc #357cdc #35dc96

Monochromatic Colors of #35cfdc

#35cfdc

Complementary Color

#35cfdc #dc4235

#35cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cfdc Color CSS Codes

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

#35cfdc Text Font Color

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

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


#35cfdc Background Color

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

This div background color is #35cfdc


#35cfdc Border Color

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

This div border color is #35cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cfdc


Comments

No comments written yet.

Please login to write comment.