Color Hex Logo

#95fecb Color Hex

#95FECB
(149,254,203)
0 Favorites   0 Comments

Color spaces of #95fecb

RGB 149254203
HSL0.420.980.79
HSV151°41°100°
CMYK 0.410.000.20   0.00
XYZ58.615781.585069.1580
Yxy81.58500.28000.3897
Hunter Lab90.3244-42.230817.8310
CIE-Lab92.3914-41.610514.9626

#95fecb color RGB value is (149,254,203).

#95fecb hex color red value is 149, green value is 254 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #95fecb hue: 0.42 , saturation: 0.98 and the lightness value of 95fecb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111110 11001011
Octal 225 376 313
Decimal 149 254 203
Hex 95 FE CB

RGB Percentages of Color #95fecb

%24.59
%41.91
%33.50

CMYK Percentages of Color #95fecb

%41
%0
%20
%0

Triadic Colors of #95fecb

#95fecb #cb95fe #fecb95

Analogous Colors of #95fecb

#95fecb #95fdfe #95fe97

Monochromatic Colors of #95fecb

#95fecb

Complementary Color

#95fecb #fe95c8

#95fecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95fecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95fecb Color CSS Codes

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

#95fecb Text Font Color

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

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


#95fecb Background Color

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

This div background color is #95fecb


#95fecb Border Color

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

This div border color is #95fecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95fecb


Comments

No comments written yet.

Please login to write comment.