Color Hex Logo

#35d627 Color Hex

#35D627
(53,214,39)
0 Favorites   0 Comments

Color spaces of #35d627

RGB 5321439
HSL0.320.690.50
HSV115°82°84°
CMYK 0.750.000.82   0.16
XYZ25.881048.996510.0127
Yxy48.99650.30490.5772
Hunter Lab69.9975-56.496740.5172
CIE-Lab75.4492-70.098467.3974

#35d627 color RGB value is (53,214,39).

#35d627 hex color red value is 53, green value is 214 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #35d627 hue: 0.32 , saturation: 0.69 and the lightness value of 35d627 is 0.50.

The process color (four color CMYK) of #35d627 color hex is 0.75, 0.00, 0.82, 0.16. Web safe color of #35d627 is #33cc33. Color #35d627 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11010110 00100111
Octal 65 326 47
Decimal 53 214 39
Hex 35 D6 27

RGB Percentages of Color #35d627

%17.32
%69.93
%12.75

CMYK Percentages of Color #35d627

%75
%0
%82
%16

Triadic Colors of #35d627

#35d627 #2735d6 #d62735

Analogous Colors of #35d627

#35d627 #27d671 #8dd627

Monochromatic Colors of #35d627

#35d627

Complementary Color

#35d627 #c827d6

#35d627 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35d627 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35d627 Color CSS Codes

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

#35d627 Text Font Color

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

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


#35d627 Background Color

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

This div background color is #35d627


#35d627 Border Color

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

This div border color is #35d627


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35d627


Comments

No comments written yet.

Please login to write comment.