Color Hex Logo

#35ecdd Color Hex

#35ECDD
(53,236,221)
0 Favorites   0 Comments

Color spaces of #35ecdd

RGB 53236221
HSL0.490.830.57
HSV175°78°93°
CMYK 0.780.000.06   0.07
XYZ44.514865.968278.7936
Yxy65.96820.23520.3485
Hunter Lab81.2208-44.3057-0.6636
CIE-Lab84.9802-46.9672-5.4551

#35ecdd color RGB value is (53,236,221).

#35ecdd hex color red value is 53, green value is 236 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #35ecdd hue: 0.49 , saturation: 0.83 and the lightness value of 35ecdd is 0.57.

The process color (four color CMYK) of #35ecdd color hex is 0.78, 0.00, 0.06, 0.07. Web safe color of #35ecdd is #33ffcc. Color #35ecdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101100 11011101
Octal 65 354 335
Decimal 53 236 221
Hex 35 EC DD

RGB Percentages of Color #35ecdd

%10.39
%46.27
%43.33

CMYK Percentages of Color #35ecdd

%78
%0
%6
%7

Triadic Colors of #35ecdd

#35ecdd #dd35ec #ecdd35

Analogous Colors of #35ecdd

#35ecdd #35a0ec #35ec82

Monochromatic Colors of #35ecdd

#35ecdd

Complementary Color

#35ecdd #ec3544

#35ecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35ecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#35ecdd Color CSS Codes

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

#35ecdd Text Font Color

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

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


#35ecdd Background Color

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

This div background color is #35ecdd


#35ecdd Border Color

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

This div border color is #35ecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35ecdd


Comments

No comments written yet.

Please login to write comment.