Color Hex Logo

#95afdb Color Hex

#95AFDB
(149,175,219)
0 Favorites   0 Comments

Color spaces of #95afdb

RGB 149175219
HSL0.600.490.72
HSV218°32°86°
CMYK 0.320.200.00   0.14
XYZ40.510642.164073.0212
Yxy42.16400.26020.2708
Hunter Lab64.9338-2.2724-21.2208
CIE-Lab70.98381.3516-25.0903

#95afdb color RGB value is (149,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101111 11011011
Octal 225 257 333
Decimal 149 175 219
Hex 95 AF DB

RGB Percentages of Color #95afdb

%27.44
%32.23
%40.33

CMYK Percentages of Color #95afdb

%32
%20
%0
%14

Triadic Colors of #95afdb

#95afdb #db95af #afdb95

Analogous Colors of #95afdb

#95afdb #9e95db #95d2db

Monochromatic Colors of #95afdb

#95afdb

Complementary Color

#95afdb #dbc195

#95afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95afdb Color CSS Codes

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

#95afdb Text Font Color

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

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


#95afdb Background Color

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

This div background color is #95afdb


#95afdb Border Color

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

This div border color is #95afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95afdb


Comments

No comments written yet.

Please login to write comment.