Color Hex Logo

#95deee Color Hex

#95DEEE
(149,222,238)
0 Favorites   0 Comments

Color spaces of #95deee

RGB 149222238
HSL0.530.720.76
HSV191°37°93°
CMYK 0.370.070.00   0.07
XYZ53.948364.805290.5542
Yxy64.80520.25770.3096
Hunter Lab80.5017-21.2559-10.3426
CIE-Lab84.3833-18.7029-15.0070

#95deee color RGB value is (149,222,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011110 11101110
Octal 225 336 356
Decimal 149 222 238
Hex 95 DE EE

RGB Percentages of Color #95deee

%24.47
%36.45
%39.08

CMYK Percentages of Color #95deee

%37
%7
%0
%7

Triadic Colors of #95deee

#95deee #ee95de #deee95

Analogous Colors of #95deee

#95deee #95b2ee #95eed2

Monochromatic Colors of #95deee

#95deee

Complementary Color

#95deee #eea595

#95deee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95deee Color Preview on White Background

Lorem ipsum dolor sit amet.

#95deee Color CSS Codes

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

#95deee Text Font Color

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

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


#95deee Background Color

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

This div background color is #95deee


#95deee Border Color

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

This div border color is #95deee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95deee


Comments

No comments written yet.

Please login to write comment.