Color Hex Logo

#35ee16 Color Hex

#35EE16
(53,238,22)
0 Favorites   0 Comments

Color spaces of #35ee16

RGB 5323822
HSL0.310.860.51
HSV111°91°93°
CMYK 0.780.000.91   0.07
XYZ32.187661.963911.0228
Yxy61.96390.30600.5892
Hunter Lab78.7172-64.766046.7996
CIE-Lab82.8942-77.754377.2948

#35ee16 color RGB value is (53,238,22).

#35ee16 hex color red value is 53, green value is 238 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #35ee16 hue: 0.31 , saturation: 0.86 and the lightness value of 35ee16 is 0.51.

The process color (four color CMYK) of #35ee16 color hex is 0.78, 0.00, 0.91, 0.07. Web safe color of #35ee16 is #33ff00. Color #35ee16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11101110 00010110
Octal 65 356 26
Decimal 53 238 22
Hex 35 EE 16

RGB Percentages of Color #35ee16

%16.93
%76.04
%7.03

CMYK Percentages of Color #35ee16

%78
%0
%91
%7

Triadic Colors of #35ee16

#35ee16 #1635ee #ee1635

Analogous Colors of #35ee16

#35ee16 #16ee63 #a1ee16

Monochromatic Colors of #35ee16

#35ee16

Complementary Color

#35ee16 #cf16ee

#35ee16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35ee16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35ee16 Color CSS Codes

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

#35ee16 Text Font Color

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

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


#35ee16 Background Color

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

This div background color is #35ee16


#35ee16 Border Color

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

This div border color is #35ee16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35ee16


Comments

No comments written yet.

Please login to write comment.