Color Hex Logo

#95eedb Color Hex

#95EEDB
(149,238,219)
0 Favorites   0 Comments

Color spaces of #95eedb

RGB 149238219
HSL0.460.720.76
HSV167°37°93°
CMYK 0.370.000.08   0.07
XYZ55.755172.653178.1027
Yxy72.65310.27000.3518
Hunter Lab85.2368-32.40395.3382
CIE-Lab88.2820-30.93690.7640

#95eedb color RGB value is (149,238,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101110 11011011
Octal 225 356 333
Decimal 149 238 219
Hex 95 EE DB

RGB Percentages of Color #95eedb

%24.59
%39.27
%36.14

CMYK Percentages of Color #95eedb

%37
%0
%8
%7

Triadic Colors of #95eedb

#95eedb #db95ee #eedb95

Analogous Colors of #95eedb

#95eedb #95d5ee #95eeaf

Monochromatic Colors of #95eedb

#95eedb

Complementary Color

#95eedb #ee95a8

#95eedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95eedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95eedb Color CSS Codes

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

#95eedb Text Font Color

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

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


#95eedb Background Color

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

This div background color is #95eedb


#95eedb Border Color

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

This div border color is #95eedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95eedb


Comments

No comments written yet.

Please login to write comment.