Color Hex Logo

#95fccb Color Hex

#95FCCB
(149,252,203)
0 Favorites   0 Comments

Color spaces of #95fccb

RGB 149252203
HSL0.420.940.79
HSV151°41°99°
CMYK 0.410.000.19   0.01
XYZ57.984380.322268.9475
Yxy80.32220.27980.3876
Hunter Lab89.6227-41.353217.1235
CIE-Lab91.8292-40.721214.1680

#95fccb color RGB value is (149,252,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111100 11001011
Octal 225 374 313
Decimal 149 252 203
Hex 95 FC CB

RGB Percentages of Color #95fccb

%24.67
%41.72
%33.61

CMYK Percentages of Color #95fccb

%41
%0
%19
%1

Triadic Colors of #95fccb

#95fccb #cb95fc #fccb95

Analogous Colors of #95fccb

#95fccb #95fafc #95fc98

Monochromatic Colors of #95fccb

#95fccb

Complementary Color

#95fccb #fc95c6

#95fccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95fccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95fccb Color CSS Codes

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

#95fccb Text Font Color

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

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


#95fccb Background Color

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

This div background color is #95fccb


#95fccb Border Color

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

This div border color is #95fccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95fccb


Comments

No comments written yet.

Please login to write comment.