Color Hex Logo

#95cadd Color Hex

#95CADD
(149,202,221)
0 Favorites   0 Comments

Color spaces of #95cadd

RGB 149202221
HSL0.540.510.73
HSV196°33°87°
CMYK 0.330.090.00   0.13
XYZ46.566153.851176.3466
Yxy53.85110.26340.3047
Hunter Lab73.3833-15.1519-10.3159
CIE-Lab78.3748-12.6209-14.9653

#95cadd color RGB value is (149,202,221).

#95cadd hex color red value is 149, green value is 202 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #95cadd hue: 0.54 , saturation: 0.51 and the lightness value of 95cadd is 0.73.

The process color (four color CMYK) of #95cadd color hex is 0.33, 0.09, 0.00, 0.13. Web safe color of #95cadd is #99cccc. Color #95cadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001010 11011101
Octal 225 312 335
Decimal 149 202 221
Hex 95 CA DD

RGB Percentages of Color #95cadd

%26.05
%35.31
%38.64

CMYK Percentages of Color #95cadd

%33
%9
%0
%13

Triadic Colors of #95cadd

#95cadd #dd95ca #cadd95

Analogous Colors of #95cadd

#95cadd #95a6dd #95ddcc

Monochromatic Colors of #95cadd

#95cadd

Complementary Color

#95cadd #dda895

#95cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cadd Color CSS Codes

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

#95cadd Text Font Color

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

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


#95cadd Background Color

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

This div background color is #95cadd


#95cadd Border Color

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

This div border color is #95cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cadd


Comments

No comments written yet.

Please login to write comment.