Color Hex Logo

#35deae Color Hex

#35DEAE
(53,222,174)
0 Favorites   0 Comments

Color spaces of #35deae

RGB 53222174
HSL0.450.720.54
HSV163°76°87°
CMYK 0.760.000.22   0.13
XYZ35.229556.055449.0074
Yxy56.05540.25110.3996
Hunter Lab74.8702-47.031113.5999
CIE-Lab79.6453-53.100511.6334

#35deae color RGB value is (53,222,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11011110 10101110
Octal 65 336 256
Decimal 53 222 174
Hex 35 DE AE

RGB Percentages of Color #35deae

%11.80
%49.44
%38.75

CMYK Percentages of Color #35deae

%76
%0
%22
%13

Triadic Colors of #35deae

#35deae #ae35de #deae35

Analogous Colors of #35deae

#35deae #35bade #35de59

Monochromatic Colors of #35deae

#35deae

Complementary Color

#35deae #de3565

#35deae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35deae Color Preview on White Background

Lorem ipsum dolor sit amet.

#35deae Color CSS Codes

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

#35deae Text Font Color

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

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


#35deae Background Color

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

This div background color is #35deae


#35deae Border Color

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

This div border color is #35deae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35deae


Comments

No comments written yet.

Please login to write comment.