Color Hex Logo

#35dedd Color Hex

#35DEDD
(53,222,221)
0 Favorites   0 Comments

Color spaces of #35dedd

RGB 53222221
HSL0.500.720.54
HSV180°76°87°
CMYK 0.760.000.00   0.13
XYZ40.640658.219977.5022
Yxy58.21990.23040.3301
Hunter Lab76.3020-38.4543-6.8113
CIE-Lab80.8609-40.8198-11.5710

#35dedd color RGB value is (53,222,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11011110 11011101
Octal 65 336 335
Decimal 53 222 221
Hex 35 DE DD

RGB Percentages of Color #35dedd

%10.69
%44.76
%44.56

CMYK Percentages of Color #35dedd

%76
%0
%0
%13

Triadic Colors of #35dedd

#35dedd #dd35de #dedd35

Analogous Colors of #35dedd

#35dedd #358bde #35de89

Monochromatic Colors of #35dedd

#35dedd

Complementary Color

#35dedd #de3536

#35dedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35dedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#35dedd Color CSS Codes

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

#35dedd Text Font Color

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

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


#35dedd Background Color

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

This div background color is #35dedd


#35dedd Border Color

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

This div border color is #35dedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35dedd


Comments

No comments written yet.

Please login to write comment.