Color Hex Logo

#95ce38 Color Hex

#95CE38
(149,206,56)
0 Favorites   0 Comments

Color spaces of #95ce38

RGB 14920656
HSL0.230.600.51
HSV83°73°81°
CMYK 0.280.000.73   0.19
XYZ35.179550.817711.6960
Yxy50.81770.36010.5202
Hunter Lab71.2865-36.662740.1728
CIE-Lab76.5684-40.008064.5281

#95ce38 color RGB value is (149,206,56).

#95ce38 hex color red value is 149, green value is 206 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #95ce38 hue: 0.23 , saturation: 0.60 and the lightness value of 95ce38 is 0.51.

The process color (four color CMYK) of #95ce38 color hex is 0.28, 0.00, 0.73, 0.19. Web safe color of #95ce38 is #99cc33. Color #95ce38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001110 00111000
Octal 225 316 70
Decimal 149 206 56
Hex 95 CE 38

RGB Percentages of Color #95ce38

%36.25
%50.12
%13.63

CMYK Percentages of Color #95ce38

%28
%0
%73
%19

Triadic Colors of #95ce38

#95ce38 #3895ce #ce3895

Analogous Colors of #95ce38

#95ce38 #4ace38 #cebc38

Monochromatic Colors of #95ce38

#95ce38

Complementary Color

#95ce38 #7138ce

#95ce38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ce38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ce38 Color CSS Codes

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

#95ce38 Text Font Color

<p style="color:#95ce38">Text here</p>

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


#95ce38 Background Color

<div style="background-color:#95ce38">
Div content here</div>

This div background color is #95ce38


#95ce38 Border Color

<div style="border:3px solid #95ce38">
Div here</div>

This div border color is #95ce38


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,206,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95ce38; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95ce38;
  -webkit-box-shadow: 1px 1px 3px 2px #95ce38;
  box-shadow:         1px 1px 3px 2px #95ce38; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ce38


Comments

No comments written yet.

Please login to write comment.