Color Hex Logo

#95deed Color Hex

#95DEED
(149,222,237)
0 Favorites   0 Comments

Color spaces of #95deed

RGB 149222237
HSL0.530.710.76
HSV190°37°93°
CMYK 0.370.060.00   0.07
XYZ53.801864.746589.7824
Yxy64.74650.25830.3108
Hunter Lab80.4652-21.4629-9.8296
CIE-Lab84.3529-18.9473-14.5234

#95deed color RGB value is (149,222,237).

#95deed hex color red value is 149, green value is 222 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #95deed hue: 0.53 , saturation: 0.71 and the lightness value of 95deed is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011110 11101101
Octal 225 336 355
Decimal 149 222 237
Hex 95 DE ED

RGB Percentages of Color #95deed

%24.51
%36.51
%38.98

CMYK Percentages of Color #95deed

%37
%6
%0
%7

Triadic Colors of #95deed

#95deed #ed95de #deed95

Analogous Colors of #95deed

#95deed #95b2ed #95edd0

Monochromatic Colors of #95deed

#95deed

Complementary Color

#95deed #eda495

#95deed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95deed Color Preview on White Background

Lorem ipsum dolor sit amet.

#95deed Color CSS Codes

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

#95deed Text Font Color

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

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


#95deed Background Color

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

This div background color is #95deed


#95deed Border Color

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

This div border color is #95deed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95deed


Comments

No comments written yet.

Please login to write comment.