Color Hex Logo

#95ebdb Color Hex

#95EBDB
(149,235,219)
0 Favorites   0 Comments

Color spaces of #95ebdb

RGB 149235219
HSL0.470.680.75
HSV169°37°92°
CMYK 0.370.000.07   0.08
XYZ54.888970.920777.8139
Yxy70.92070.26960.3483
Hunter Lab84.2144-31.03334.1663
CIE-Lab87.4465-29.5142-0.4556

#95ebdb color RGB value is (149,235,219).

#95ebdb hex color red value is 149, green value is 235 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #95ebdb hue: 0.47 , saturation: 0.68 and the lightness value of 95ebdb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101011 11011011
Octal 225 353 333
Decimal 149 235 219
Hex 95 EB DB

RGB Percentages of Color #95ebdb

%24.71
%38.97
%36.32

CMYK Percentages of Color #95ebdb

%37
%0
%7
%8

Triadic Colors of #95ebdb

#95ebdb #db95eb #ebdb95

Analogous Colors of #95ebdb

#95ebdb #95d0eb #95ebb0

Monochromatic Colors of #95ebdb

#95ebdb

Complementary Color

#95ebdb #eb95a5

#95ebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ebdb Color CSS Codes

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

#95ebdb Text Font Color

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

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


#95ebdb Background Color

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

This div background color is #95ebdb


#95ebdb Border Color

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

This div border color is #95ebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ebdb


Comments

No comments written yet.

Please login to write comment.