Color Hex Logo

#95cbcc Color Hex

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

Color spaces of #95cbcc

RGB 149203204
HSL0.500.350.69
HSV181°27°80°
CMYK 0.270.000.00   0.20
XYZ44.649453.461165.0925
Yxy53.46110.27360.3276
Hunter Lab73.1171-18.9528-1.6010
CIE-Lab78.1465-17.1205-6.1606

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

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

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

Base Numbers

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

RGB Percentages of Color #95cbcc

%26.80
%36.51
%36.69

CMYK Percentages of Color #95cbcc

%27
%0
%0
%20

Triadic Colors of #95cbcc

#95cbcc #cc95cb #cbcc95

Analogous Colors of #95cbcc

#95cbcc #95b0cc #95ccb2

Monochromatic Colors of #95cbcc

#95cbcc

Complementary Color

#95cbcc #cc9695

#95cbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cbcc Color CSS Codes

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

#95cbcc Text Font Color

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

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


#95cbcc Background Color

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

This div background color is #95cbcc


#95cbcc Border Color

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

This div border color is #95cbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cbcc


Comments

No comments written yet.

Please login to write comment.