Color Hex Logo

#95edbd Color Hex

#95EDBD
(149,237,189)
0 Favorites   0 Comments

Color spaces of #95edbd

RGB 149237189
HSL0.410.710.76
HSV147°37°93°
CMYK 0.370.000.20   0.07
XYZ51.863970.632159.0439
Yxy70.63210.28570.3891
Hunter Lab84.0429-36.920617.1762
CIE-Lab87.3060-36.702615.0208

#95edbd color RGB value is (149,237,189).

#95edbd hex color red value is 149, green value is 237 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #95edbd hue: 0.41 , saturation: 0.71 and the lightness value of 95edbd is 0.76.

The process color (four color CMYK) of #95edbd color hex is 0.37, 0.00, 0.20, 0.07. Web safe color of #95edbd is #99ffcc. Color #95edbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101101 10111101
Octal 225 355 275
Decimal 149 237 189
Hex 95 ED BD

RGB Percentages of Color #95edbd

%25.91
%41.22
%32.87

CMYK Percentages of Color #95edbd

%37
%0
%20
%7

Triadic Colors of #95edbd

#95edbd #bd95ed #edbd95

Analogous Colors of #95edbd

#95edbd #95ede9 #99ed95

Monochromatic Colors of #95edbd

#95edbd

Complementary Color

#95edbd #ed95c5

#95edbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95edbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95edbd Color CSS Codes

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

#95edbd Text Font Color

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

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


#95edbd Background Color

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

This div background color is #95edbd


#95edbd Border Color

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

This div border color is #95edbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95edbd


Comments

No comments written yet.

Please login to write comment.