Color Hex Logo

#35dcde Color Hex

#35DCDE
(53,220,222)
0 Favorites   0 Comments

Color spaces of #35dcde

RGB 53220222
HSL0.500.720.54
HSV181°76°87°
CMYK 0.760.010.00   0.13
XYZ40.246257.217278.0301
Yxy57.21720.22930.3260
Hunter Lab75.6421-37.4007-8.2124
CIE-Lab80.3016-39.6316-12.9398

#35dcde color RGB value is (53,220,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11011100 11011110
Octal 65 334 336
Decimal 53 220 222
Hex 35 DC DE

RGB Percentages of Color #35dcde

%10.71
%44.44
%44.85

CMYK Percentages of Color #35dcde

%76
%1
%0
%13

Triadic Colors of #35dcde

#35dcde #de35dc #dcde35

Analogous Colors of #35dcde

#35dcde #3588de #35de8c

Monochromatic Colors of #35dcde

#35dcde

Complementary Color

#35dcde #de3735

#35dcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35dcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#35dcde Color CSS Codes

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

#35dcde Text Font Color

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

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


#35dcde Background Color

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

This div background color is #35dcde


#35dcde Border Color

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

This div border color is #35dcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35dcde


Comments

No comments written yet.

Please login to write comment.