Color Hex Logo

#95edbc Color Hex

#95EDBC
(149,237,188)
0 Favorites   0 Comments

Color spaces of #95edbc

RGB 149237188
HSL0.410.710.76
HSV147°37°93°
CMYK 0.370.000.21   0.07
XYZ51.755770.588858.4741
Yxy70.58880.28620.3904
Hunter Lab84.0171-37.071617.5475
CIE-Lab87.2848-36.895915.5108

#95edbc color RGB value is (149,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101101 10111100
Octal 225 355 274
Decimal 149 237 188
Hex 95 ED BC

RGB Percentages of Color #95edbc

%25.96
%41.29
%32.75

CMYK Percentages of Color #95edbc

%37
%0
%21
%7

Triadic Colors of #95edbc

#95edbc #bc95ed #edbc95

Analogous Colors of #95edbc

#95edbc #95ede8 #9aed95

Monochromatic Colors of #95edbc

#95edbc

Complementary Color

#95edbc #ed95c6

#95edbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95edbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95edbc Color CSS Codes

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

#95edbc Text Font Color

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

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


#95edbc Background Color

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

This div background color is #95edbc


#95edbc Border Color

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

This div border color is #95edbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95edbc


Comments

No comments written yet.

Please login to write comment.