Color Hex Logo

#95c9db Color Hex

#95C9DB
(149,201,219)
0 Favorites   0 Comments

Color spaces of #95c9db

RGB 149201219
HSL0.540.490.72
HSV195°32°86°
CMYK 0.320.080.00   0.14
XYZ46.067353.277374.8734
Yxy53.27730.26440.3058
Hunter Lab72.9913-15.0773-9.7249
CIE-Lab78.0384-12.5833-14.3950

#95c9db color RGB value is (149,201,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001001 11011011
Octal 225 311 333
Decimal 149 201 219
Hex 95 C9 DB

RGB Percentages of Color #95c9db

%26.19
%35.33
%38.49

CMYK Percentages of Color #95c9db

%32
%8
%0
%14

Triadic Colors of #95c9db

#95c9db #db95c9 #c9db95

Analogous Colors of #95c9db

#95c9db #95a6db #95dbca

Monochromatic Colors of #95c9db

#95c9db

Complementary Color

#95c9db #dba795

#95c9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95c9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#95c9db Color CSS Codes

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

#95c9db Text Font Color

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

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


#95c9db Background Color

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

This div background color is #95c9db


#95c9db Border Color

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

This div border color is #95c9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95c9db


Comments

No comments written yet.

Please login to write comment.