Color Hex Logo

#35e0cd Color Hex

#35E0CD
(53,224,205)
0 Favorites   0 Comments

Color spaces of #35e0cd

RGB 53224205
HSL0.480.730.54
HSV173°76°88°
CMYK 0.760.000.08   0.12
XYZ39.143358.476066.9815
Yxy58.47600.23780.3553
Hunter Lab76.4696-42.45111.5952
CIE-Lab81.0027-46.1151-2.8503

#35e0cd color RGB value is (53,224,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11100000 11001101
Octal 65 340 315
Decimal 53 224 205
Hex 35 E0 CD

RGB Percentages of Color #35e0cd

%11.00
%46.47
%42.53

CMYK Percentages of Color #35e0cd

%76
%0
%8
%12

Triadic Colors of #35e0cd

#35e0cd #cd35e0 #e0cd35

Analogous Colors of #35e0cd

#35e0cd #359ee0 #35e078

Monochromatic Colors of #35e0cd

#35e0cd

Complementary Color

#35e0cd #e03548

#35e0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35e0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#35e0cd Color CSS Codes

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

#35e0cd Text Font Color

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

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


#35e0cd Background Color

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

This div background color is #35e0cd


#35e0cd Border Color

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

This div border color is #35e0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35e0cd


Comments

No comments written yet.

Please login to write comment.