Color Hex Logo

#35ce5e Color Hex

#35CE5E
(53,206,94)
0 Favorites   0 Comments

Color spaces of #35ce5e

RGB 5320694
HSL0.380.610.51
HSV136°74°81°
CMYK 0.740.000.54   0.19
XYZ25.559945.707618.0650
Yxy45.70760.28610.5117
Hunter Lab67.6074-50.828631.4826
CIE-Lab73.3554-62.419444.1632

#35ce5e color RGB value is (53,206,94).

#35ce5e hex color red value is 53, green value is 206 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #35ce5e hue: 0.38 , saturation: 0.61 and the lightness value of 35ce5e is 0.51.

The process color (four color CMYK) of #35ce5e color hex is 0.74, 0.00, 0.54, 0.19. Web safe color of #35ce5e is #33cc66. Color #35ce5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001110 01011110
Octal 65 316 136
Decimal 53 206 94
Hex 35 CE 5E

RGB Percentages of Color #35ce5e

%15.01
%58.36
%26.63

CMYK Percentages of Color #35ce5e

%74
%0
%54
%19

Triadic Colors of #35ce5e

#35ce5e #5e35ce #ce5e35

Analogous Colors of #35ce5e

#35ce5e #35ceab #59ce35

Monochromatic Colors of #35ce5e

#35ce5e

Complementary Color

#35ce5e #ce35a5

#35ce5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35ce5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35ce5e Color CSS Codes

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

#35ce5e Text Font Color

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

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


#35ce5e Background Color

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

This div background color is #35ce5e


#35ce5e Border Color

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

This div border color is #35ce5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35ce5e


Comments

No comments written yet.

Please login to write comment.