Color Hex Logo

#95fbcc Color Hex

#95FBCC
(149,251,204)
0 Favorites   0 Comments

Color spaces of #95fbcc

RGB 149251204
HSL0.420.930.78
HSV152°41°98°
CMYK 0.410.000.19   0.02
XYZ57.790779.743669.4729
Yxy79.74360.27920.3852
Hunter Lab89.2993-40.756116.3832
CIE-Lab91.5697-40.074913.2854

#95fbcc color RGB value is (149,251,204).

#95fbcc hex color red value is 149, green value is 251 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #95fbcc hue: 0.42 , saturation: 0.93 and the lightness value of 95fbcc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111011 11001100
Octal 225 373 314
Decimal 149 251 204
Hex 95 FB CC

RGB Percentages of Color #95fbcc

%24.67
%41.56
%33.77

CMYK Percentages of Color #95fbcc

%41
%0
%19
%2

Triadic Colors of #95fbcc

#95fbcc #cc95fb #fbcc95

Analogous Colors of #95fbcc

#95fbcc #95f7fb #95fb99

Monochromatic Colors of #95fbcc

#95fbcc

Complementary Color

#95fbcc #fb95c4

#95fbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95fbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95fbcc Color CSS Codes

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

#95fbcc Text Font Color

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

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


#95fbcc Background Color

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

This div background color is #95fbcc


#95fbcc Border Color

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

This div border color is #95fbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95fbcc


Comments

No comments written yet.

Please login to write comment.