Color Hex Logo

#35de9b Color Hex

#35DE9B
(53,222,155)
0 Favorites   0 Comments

Color spaces of #35de9b

RGB 53222155
HSL0.430.720.54
HSV156°76°87°
CMYK 0.760.000.30   0.13
XYZ33.505955.366039.9311
Yxy55.36600.26010.4299
Hunter Lab74.4083-49.836420.2680
CIE-Lab79.2516-57.359021.0696

#35de9b color RGB value is (53,222,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11011110 10011011
Octal 65 336 233
Decimal 53 222 155
Hex 35 DE 9B

RGB Percentages of Color #35de9b

%12.33
%51.63
%36.05

CMYK Percentages of Color #35de9b

%76
%0
%30
%13

Triadic Colors of #35de9b

#35de9b #9b35de #de9b35

Analogous Colors of #35de9b

#35de9b #35cdde #35de47

Monochromatic Colors of #35de9b

#35de9b

Complementary Color

#35de9b #de3578

#35de9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35de9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35de9b Color CSS Codes

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

#35de9b Text Font Color

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

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


#35de9b Background Color

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

This div background color is #35de9b


#35de9b Border Color

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

This div border color is #35de9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35de9b


Comments

No comments written yet.

Please login to write comment.