Color Hex Logo

#35dccf Color Hex

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

Color spaces of #35dccf

RGB 53220207
HSL0.490.700.54
HSV175°76°86°
CMYK 0.760.000.06   0.14
XYZ38.323956.448367.9072
Yxy56.44830.23560.3470
Hunter Lab75.1321-40.4306-0.9961
CIE-Lab79.8683-43.8394-5.5862

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

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

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

Base Numbers

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

RGB Percentages of Color #35dccf

%11.04
%45.83
%43.13

CMYK Percentages of Color #35dccf

%76
%0
%6
%14

Triadic Colors of #35dccf

#35dccf #cf35dc #dccf35

Analogous Colors of #35dccf

#35dccf #3596dc #35dc7c

Monochromatic Colors of #35dccf

#35dccf

Complementary Color

#35dccf #dc3542

#35dccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35dccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#35dccf Color CSS Codes

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

#35dccf Text Font Color

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

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


#35dccf Background Color

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

This div background color is #35dccf


#35dccf Border Color

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

This div border color is #35dccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35dccf


Comments

No comments written yet.

Please login to write comment.