Color Hex Logo

#95fdcb Color Hex

#95FDCB
(149,253,203)
0 Favorites   0 Comments

Color spaces of #95fdcb

RGB 149253203
HSL0.420.960.79
HSV151°41°99°
CMYK 0.410.000.20   0.01
XYZ58.299280.951969.0525
Yxy80.95190.27990.3886
Hunter Lab89.9733-41.792117.4775
CIE-Lab92.1103-41.166314.5654

#95fdcb color RGB value is (149,253,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111101 11001011
Octal 225 375 313
Decimal 149 253 203
Hex 95 FD CB

RGB Percentages of Color #95fdcb

%24.63
%41.82
%33.55

CMYK Percentages of Color #95fdcb

%41
%0
%20
%1

Triadic Colors of #95fdcb

#95fdcb #cb95fd #fdcb95

Analogous Colors of #95fdcb

#95fdcb #95fbfd #95fd97

Monochromatic Colors of #95fdcb

#95fdcb

Complementary Color

#95fdcb #fd95c7

#95fdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95fdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95fdcb Color CSS Codes

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

#95fdcb Text Font Color

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

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


#95fdcb Background Color

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

This div background color is #95fdcb


#95fdcb Border Color

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

This div border color is #95fdcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,253,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 #95fdcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95fdcb


Comments

No comments written yet.

Please login to write comment.