Color Hex Logo

#95ddff Color Hex

#95DDFF
(149,221,255)
0 Favorites   0 Comments

Color spaces of #95ddff

RGB 149221255
HSL0.551.000.79
HSV199°42°100°
CMYK 0.420.130.00   0.00
XYZ56.300965.3225104.2489
Yxy65.32250.24930.2892
Hunter Lab80.8223-17.0959-19.8997
CIE-Lab84.6496-13.9188-23.5875

#95ddff color RGB value is (149,221,255).

#95ddff hex color red value is 149, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #95ddff hue: 0.55 , saturation: 1.00 and the lightness value of 95ddff is 0.79.

The process color (four color CMYK) of #95ddff color hex is 0.42, 0.13, 0.00, 0.00. Web safe color of #95ddff is #99ccff. Color #95ddff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011101 11111111
Octal 225 335 377
Decimal 149 221 255
Hex 95 DD FF

RGB Percentages of Color #95ddff

%23.84
%35.36
%40.80

CMYK Percentages of Color #95ddff

%42
%13
%0
%0

Triadic Colors of #95ddff

#95ddff #ff95dd #ddff95

Analogous Colors of #95ddff

#95ddff #95a8ff #95ffec

Monochromatic Colors of #95ddff

#95ddff

Complementary Color

#95ddff #ffb795

#95ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ddff Color CSS Codes

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

#95ddff Text Font Color

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

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


#95ddff Background Color

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

This div background color is #95ddff


#95ddff Border Color

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

This div border color is #95ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ddff


Comments

No comments written yet.

Please login to write comment.