Color Hex Logo

#95eeec Color Hex

#95EEEC
(149,238,236)
0 Favorites   0 Comments

Color spaces of #95eeec

RGB 149238236
HSL0.500.720.76
HSV179°37°93°
CMYK 0.370.000.01   0.07
XYZ58.109373.594890.4994
Yxy73.59480.26150.3312
Hunter Lab85.7874-29.2185-2.4954
CIE-Lab88.7306-27.0606-7.4735

#95eeec color RGB value is (149,238,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101110 11101100
Octal 225 356 354
Decimal 149 238 236
Hex 95 EE EC

RGB Percentages of Color #95eeec

%23.92
%38.20
%37.88

CMYK Percentages of Color #95eeec

%37
%0
%1
%7

Triadic Colors of #95eeec

#95eeec #ec95ee #eeec95

Analogous Colors of #95eeec

#95eeec #95c4ee #95eec0

Monochromatic Colors of #95eeec

#95eeec

Complementary Color

#95eeec #ee9597

#95eeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95eeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#95eeec Color CSS Codes

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

#95eeec Text Font Color

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

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


#95eeec Background Color

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

This div background color is #95eeec


#95eeec Border Color

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

This div border color is #95eeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95eeec


Comments

No comments written yet.

Please login to write comment.