Color Hex Logo

#95deea Color Hex

#95DEEA
(149,222,234)
0 Favorites   0 Comments

Color spaces of #95deea

RGB 149222234
HSL0.520.670.75
HSV188°36°92°
CMYK 0.360.050.00   0.08
XYZ53.367064.572687.4929
Yxy64.57260.25980.3143
Hunter Lab80.3571-22.0789-8.3051
CIE-Lab84.2630-19.6769-13.0705

#95deea color RGB value is (149,222,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011110 11101010
Octal 225 336 352
Decimal 149 222 234
Hex 95 DE EA

RGB Percentages of Color #95deea

%24.63
%36.69
%38.68

CMYK Percentages of Color #95deea

%36
%5
%0
%8

Triadic Colors of #95deea

#95deea #ea95de #deea95

Analogous Colors of #95deea

#95deea #95b4ea #95eacc

Monochromatic Colors of #95deea

#95deea

Complementary Color

#95deea #eaa195

#95deea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95deea Color Preview on White Background

Lorem ipsum dolor sit amet.

#95deea Color CSS Codes

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

#95deea Text Font Color

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

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


#95deea Background Color

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

This div background color is #95deea


#95deea Border Color

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

This div border color is #95deea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95deea


Comments

No comments written yet.

Please login to write comment.