Color Hex Logo

#95bfca Color Hex

#95BFCA
(149,191,202)
0 Favorites   0 Comments

Color spaces of #95bfca

RGB 149191202
HSL0.530.330.69
HSV192°26°79°
CMYK 0.260.050.00   0.21
XYZ41.685947.915462.9286
Yxy47.91540.27330.3141
Hunter Lab69.2210-13.6413-5.4457
CIE-Lab74.7715-11.3704-10.0913

#95bfca color RGB value is (149,191,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111111 11001010
Octal 225 277 312
Decimal 149 191 202
Hex 95 BF CA

RGB Percentages of Color #95bfca

%27.49
%35.24
%37.27

CMYK Percentages of Color #95bfca

%26
%5
%0
%21

Triadic Colors of #95bfca

#95bfca #ca95bf #bfca95

Analogous Colors of #95bfca

#95bfca #95a5ca #95cabb

Monochromatic Colors of #95bfca

#95bfca

Complementary Color

#95bfca #caa095

#95bfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95bfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#95bfca Color CSS Codes

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

#95bfca Text Font Color

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

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


#95bfca Background Color

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

This div background color is #95bfca


#95bfca Border Color

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

This div border color is #95bfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95bfca


Comments

No comments written yet.

Please login to write comment.