Color Hex Logo

#95fdee Color Hex

#95FDEE
(149,253,238)
0 Favorites   0 Comments

Color spaces of #95fdee

RGB 149253238
HSL0.480.960.79
HSV171°41°99°
CMYK 0.410.000.06   0.01
XYZ62.952382.813293.5555
Yxy82.81320.26300.3460
Hunter Lab91.0018-35.77212.7474
CIE-Lab92.9326-33.6964-2.3221

#95fdee color RGB value is (149,253,238).

#95fdee hex color red value is 149, green value is 253 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #95fdee hue: 0.48 , saturation: 0.96 and the lightness value of 95fdee is 0.79.

The process color (four color CMYK) of #95fdee color hex is 0.41, 0.00, 0.06, 0.01. Web safe color of #95fdee is #99ffff. Color #95fdee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111101 11101110
Octal 225 375 356
Decimal 149 253 238
Hex 95 FD EE

RGB Percentages of Color #95fdee

%23.28
%39.53
%37.19

CMYK Percentages of Color #95fdee

%41
%0
%6
%1

Triadic Colors of #95fdee

#95fdee #ee95fd #fdee95

Analogous Colors of #95fdee

#95fdee #95d8fd #95fdba

Monochromatic Colors of #95fdee

#95fdee

Complementary Color

#95fdee #fd95a4

#95fdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95fdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#95fdee Color CSS Codes

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

#95fdee Text Font Color

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

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


#95fdee Background Color

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

This div background color is #95fdee


#95fdee Border Color

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

This div border color is #95fdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95fdee


Comments

No comments written yet.

Please login to write comment.