Color Hex Logo

#95cacb Color Hex

#95CACB
(149,202,203)
0 Favorites   0 Comments

Color spaces of #95cacb

RGB 149202203
HSL0.500.340.69
HSV181°27°80°
CMYK 0.270.000.00   0.20
XYZ44.294452.942464.3843
Yxy52.94240.27410.3276
Hunter Lab72.7615-18.6688-1.5307
CIE-Lab77.8410-16.8367-6.0740

#95cacb color RGB value is (149,202,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001010 11001011
Octal 225 312 313
Decimal 149 202 203
Hex 95 CA CB

RGB Percentages of Color #95cacb

%26.90
%36.46
%36.64

CMYK Percentages of Color #95cacb

%27
%0
%0
%20

Triadic Colors of #95cacb

#95cacb #cb95ca #cacb95

Analogous Colors of #95cacb

#95cacb #95afcb #95cbb1

Monochromatic Colors of #95cacb

#95cacb

Complementary Color

#95cacb #cb9695

#95cacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cacb Color CSS Codes

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

#95cacb Text Font Color

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

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


#95cacb Background Color

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

This div background color is #95cacb


#95cacb Border Color

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

This div border color is #95cacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cacb


Comments

No comments written yet.

Please login to write comment.