Color Hex Logo

#95bad3 Color Hex

#95BAD3
(149,186,211)
0 Favorites   0 Comments

Color spaces of #95bad3

RGB 149186211
HSL0.570.410.71
HSV204°29°83°
CMYK 0.290.120.00   0.17
XYZ41.711246.210568.3491
Yxy46.21050.26690.2957
Hunter Lab67.9783-9.4352-12.0286
CIE-Lab73.6819-6.5969-16.6222

#95bad3 color RGB value is (149,186,211).

#95bad3 hex color red value is 149, green value is 186 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #95bad3 hue: 0.57 , saturation: 0.41 and the lightness value of 95bad3 is 0.71.

The process color (four color CMYK) of #95bad3 color hex is 0.29, 0.12, 0.00, 0.17. Web safe color of #95bad3 is #99cccc. Color #95bad3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111010 11010011
Octal 225 272 323
Decimal 149 186 211
Hex 95 BA D3

RGB Percentages of Color #95bad3

%27.29
%34.07
%38.64

CMYK Percentages of Color #95bad3

%29
%12
%0
%17

Triadic Colors of #95bad3

#95bad3 #d395ba #bad395

Analogous Colors of #95bad3

#95bad3 #959bd3 #95d3cd

Monochromatic Colors of #95bad3

#95bad3

Complementary Color

#95bad3 #d3ae95

#95bad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95bad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95bad3 Color CSS Codes

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

#95bad3 Text Font Color

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

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


#95bad3 Background Color

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

This div background color is #95bad3


#95bad3 Border Color

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

This div border color is #95bad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95bad3


Comments

No comments written yet.

Please login to write comment.