Color Hex Logo

#35cb62 Color Hex

#35CB62
(53,203,98)
0 Favorites   0 Comments

Color spaces of #35cb62

RGB 5320398
HSL0.380.590.50
HSV138°74°80°
CMYK 0.740.000.52   0.20
XYZ25.028744.350618.7966
Yxy44.35060.28380.5030
Hunter Lab66.5962-49.458229.8829
CIE-Lab72.4622-60.820941.1592

#35cb62 color RGB value is (53,203,98).

#35cb62 hex color red value is 53, green value is 203 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #35cb62 hue: 0.38 , saturation: 0.59 and the lightness value of 35cb62 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001011 01100010
Octal 65 313 142
Decimal 53 203 98
Hex 35 CB 62

RGB Percentages of Color #35cb62

%14.97
%57.34
%27.68

CMYK Percentages of Color #35cb62

%74
%0
%52
%20

Triadic Colors of #35cb62

#35cb62 #6235cb #cb6235

Analogous Colors of #35cb62

#35cb62 #35cbad #53cb35

Monochromatic Colors of #35cb62

#35cb62

Complementary Color

#35cb62 #cb359e

#35cb62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cb62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cb62 Color CSS Codes

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

#35cb62 Text Font Color

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

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


#35cb62 Background Color

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

This div background color is #35cb62


#35cb62 Border Color

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

This div border color is #35cb62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cb62


Comments

No comments written yet.

Please login to write comment.