Color Hex Logo

#95becd Color Hex

#95BECD
(149,190,205)
0 Favorites   0 Comments

Color spaces of #95becd

RGB 149190205
HSL0.540.360.69
HSV196°27°80°
CMYK 0.270.070.00   0.20
XYZ41.827347.624364.7455
Yxy47.62430.27130.3089
Hunter Lab69.0104-12.5790-7.3186
CIE-Lab74.5873-10.1474-11.9970

#95becd color RGB value is (149,190,205).

#95becd hex color red value is 149, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #95becd hue: 0.54 , saturation: 0.36 and the lightness value of 95becd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111110 11001101
Octal 225 276 315
Decimal 149 190 205
Hex 95 BE CD

RGB Percentages of Color #95becd

%27.39
%34.93
%37.68

CMYK Percentages of Color #95becd

%27
%7
%0
%20

Triadic Colors of #95becd

#95becd #cd95be #becd95

Analogous Colors of #95becd

#95becd #95a2cd #95cdc0

Monochromatic Colors of #95becd

#95becd

Complementary Color

#95becd #cda495

#95becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95becd Color CSS Codes

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

#95becd Text Font Color

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

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


#95becd Background Color

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

This div background color is #95becd


#95becd Border Color

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

This div border color is #95becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95becd


Comments

No comments written yet.

Please login to write comment.