Color Hex Logo

#95ddea Color Hex

#95DDEA
(149,221,234)
0 Favorites   0 Comments

Color spaces of #95ddea

RGB 149221234
HSL0.530.670.75
HSV189°36°92°
CMYK 0.360.060.00   0.08
XYZ53.102264.043087.4047
Yxy64.04300.25960.3131
Hunter Lab80.0269-21.6025-8.7372
CIE-Lab83.9882-19.1755-13.4819

#95ddea color RGB value is (149,221,234).

#95ddea hex color red value is 149, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #95ddea hue: 0.53 , saturation: 0.67 and the lightness value of 95ddea is 0.75.

The process color (four color CMYK) of #95ddea color hex is 0.36, 0.06, 0.00, 0.08. Web safe color of #95ddea is #99ccff. Color #95ddea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011101 11101010
Octal 225 335 352
Decimal 149 221 234
Hex 95 DD EA

RGB Percentages of Color #95ddea

%24.67
%36.59
%38.74

CMYK Percentages of Color #95ddea

%36
%6
%0
%8

Triadic Colors of #95ddea

#95ddea #ea95dd #ddea95

Analogous Colors of #95ddea

#95ddea #95b3ea #95eacd

Monochromatic Colors of #95ddea

#95ddea

Complementary Color

#95ddea #eaa295

#95ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ddea Color CSS Codes

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

#95ddea Text Font Color

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

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


#95ddea Background Color

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

This div background color is #95ddea


#95ddea Border Color

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

This div border color is #95ddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ddea


Comments

No comments written yet.

Please login to write comment.