Color Hex Logo

#95cccb Color Hex

#95CCCB
(149,204,203)
0 Favorites   0 Comments

Color spaces of #95cccb

RGB 149204203
HSL0.500.350.69
HSV179°27°80°
CMYK 0.270.000.00   0.20
XYZ44.766853.887164.5417
Yxy53.88710.27430.3302
Hunter Lab73.4078-19.6078-0.7435
CIE-Lab78.3959-17.8551-5.2540

#95cccb color RGB value is (149,204,203).

#95cccb hex color red value is 149, green value is 204 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #95cccb hue: 0.50 , saturation: 0.35 and the lightness value of 95cccb is 0.69.

The process color (four color CMYK) of #95cccb color hex is 0.27, 0.00, 0.00, 0.20. Web safe color of #95cccb is #99cccc. Color #95cccb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001100 11001011
Octal 225 314 313
Decimal 149 204 203
Hex 95 CC CB

RGB Percentages of Color #95cccb

%26.80
%36.69
%36.51

CMYK Percentages of Color #95cccb

%27
%0
%0
%20

Triadic Colors of #95cccb

#95cccb #cb95cc #cccb95

Analogous Colors of #95cccb

#95cccb #95b2cc #95ccb0

Monochromatic Colors of #95cccb

#95cccb

Complementary Color

#95cccb #cc9596

#95cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cccb Color CSS Codes

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

#95cccb Text Font Color

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

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


#95cccb Background Color

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

This div background color is #95cccb


#95cccb Border Color

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

This div border color is #95cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cccb


Comments

No comments written yet.

Please login to write comment.