Color Hex Logo

#95baca Color Hex

#95BACA
(149,186,202)
0 Favorites   0 Comments

Color spaces of #95baca

RGB 149186202
HSL0.550.330.69
HSV198°26°79°
CMYK 0.260.080.00   0.21
XYZ40.614045.771662.5713
Yxy45.77160.27270.3073
Hunter Lab67.6547-11.2399-7.4768
CIE-Lab73.3971-8.7304-12.1452

#95baca color RGB value is (149,186,202).

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

The process color (four color CMYK) of #95baca color hex is 0.26, 0.08, 0.00, 0.21. Web safe color of #95baca is #99cccc. Color #95baca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111010 11001010
Octal 225 272 312
Decimal 149 186 202
Hex 95 BA CA

RGB Percentages of Color #95baca

%27.75
%34.64
%37.62

CMYK Percentages of Color #95baca

%26
%8
%0
%21

Triadic Colors of #95baca

#95baca #ca95ba #baca95

Analogous Colors of #95baca

#95baca #95a0ca #95cac0

Monochromatic Colors of #95baca

#95baca

Complementary Color

#95baca #caa595

#95baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#95baca Color CSS Codes

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

#95baca Text Font Color

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

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


#95baca Background Color

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

This div background color is #95baca


#95baca Border Color

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

This div border color is #95baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95baca


Comments

No comments written yet.

Please login to write comment.