Color Hex Logo

#95afda Color Hex

#95AFDA
(149,175,218)
0 Favorites   0 Comments

Color spaces of #95afda

RGB 149175218
HSL0.600.480.72
HSV217°32°85°
CMYK 0.320.200.00   0.15
XYZ40.379342.111572.3298
Yxy42.11150.26080.2720
Hunter Lab64.8934-2.4934-20.6589
CIE-Lab70.94771.1003-24.5983

#95afda color RGB value is (149,175,218).

#95afda hex color red value is 149, green value is 175 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #95afda hue: 0.60 , saturation: 0.48 and the lightness value of 95afda is 0.72.

The process color (four color CMYK) of #95afda color hex is 0.32, 0.20, 0.00, 0.15. Web safe color of #95afda is #9999cc. Color #95afda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101111 11011010
Octal 225 257 332
Decimal 149 175 218
Hex 95 AF DA

RGB Percentages of Color #95afda

%27.49
%32.29
%40.22

CMYK Percentages of Color #95afda

%32
%20
%0
%15

Triadic Colors of #95afda

#95afda #da95af #afda95

Analogous Colors of #95afda

#95afda #9e95da #95d2da

Monochromatic Colors of #95afda

#95afda

Complementary Color

#95afda #dac095

#95afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#95afda Color CSS Codes

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

#95afda Text Font Color

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

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


#95afda Background Color

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

This div background color is #95afda


#95afda Border Color

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

This div border color is #95afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95afda


Comments

No comments written yet.

Please login to write comment.