Color Hex Logo

#95eedf Color Hex

#95EEDF
(149,238,223)
0 Favorites   0 Comments

Color spaces of #95eedf

RGB 149238223
HSL0.470.720.76
HSV170°37°93°
CMYK 0.370.000.06   0.07
XYZ56.288272.866380.9099
Yxy72.86630.26800.3469
Hunter Lab85.3618-31.67883.5554
CIE-Lab88.3839-30.0463-1.1800

#95eedf color RGB value is (149,238,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101110 11011111
Octal 225 356 337
Decimal 149 238 223
Hex 95 EE DF

RGB Percentages of Color #95eedf

%24.43
%39.02
%36.56

CMYK Percentages of Color #95eedf

%37
%0
%6
%7

Triadic Colors of #95eedf

#95eedf #df95ee #eedf95

Analogous Colors of #95eedf

#95eedf #95d1ee #95eeb3

Monochromatic Colors of #95eedf

#95eedf

Complementary Color

#95eedf #ee95a4

#95eedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95eedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95eedf Color CSS Codes

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

#95eedf Text Font Color

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

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


#95eedf Background Color

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

This div background color is #95eedf


#95eedf Border Color

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

This div border color is #95eedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95eedf

#95eedf Color Palettes


Comments

No comments written yet.

Please login to write comment.