Color Hex Logo

#35ebb0 Color Hex

#35EBB0
(53,235,176)
0 Favorites   0 Comments

Color spaces of #35ebb0

RGB 53235176
HSL0.450.820.56
HSV161°77°92°
CMYK 0.770.000.25   0.08
XYZ39.013063.308151.2378
Yxy63.30810.25410.4123
Hunter Lab79.5664-51.719017.5159
CIE-Lab83.6042-57.741716.1682

#35ebb0 color RGB value is (53,235,176).

#35ebb0 hex color red value is 53, green value is 235 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #35ebb0 hue: 0.45 , saturation: 0.82 and the lightness value of 35ebb0 is 0.56.

The process color (four color CMYK) of #35ebb0 color hex is 0.77, 0.00, 0.25, 0.08. Web safe color of #35ebb0 is #33ff99. Color #35ebb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101011 10110000
Octal 65 353 260
Decimal 53 235 176
Hex 35 EB B0

RGB Percentages of Color #35ebb0

%11.42
%50.65
%37.93

CMYK Percentages of Color #35ebb0

%77
%0
%25
%8

Triadic Colors of #35ebb0

#35ebb0 #b035eb #ebb035

Analogous Colors of #35ebb0

#35ebb0 #35cbeb #35eb55

Monochromatic Colors of #35ebb0

#35ebb0

Complementary Color

#35ebb0 #eb3570

#35ebb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35ebb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35ebb0 Color CSS Codes

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

#35ebb0 Text Font Color

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

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


#35ebb0 Background Color

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

This div background color is #35ebb0


#35ebb0 Border Color

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

This div border color is #35ebb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35ebb0


Comments

No comments written yet.

Please login to write comment.