Color Hex Logo

#95e8df Color Hex

#95E8DF
(149,232,223)
0 Favorites   0 Comments

Color spaces of #95e8df

RGB 149232223
HSL0.480.640.75
HSV173°36°91°
CMYK 0.360.000.04   0.09
XYZ54.570369.430580.3373
Yxy69.43050.26710.3398
Hunter Lab83.3250-28.91741.1634
CIE-Lab86.7168-27.1762-3.6260

#95e8df color RGB value is (149,232,223).

#95e8df hex color red value is 149, green value is 232 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #95e8df hue: 0.48 , saturation: 0.64 and the lightness value of 95e8df is 0.75.

The process color (four color CMYK) of #95e8df color hex is 0.36, 0.00, 0.04, 0.09. Web safe color of #95e8df is #99ffcc. Color #95e8df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101000 11011111
Octal 225 350 337
Decimal 149 232 223
Hex 95 E8 DF

RGB Percentages of Color #95e8df

%24.67
%38.41
%36.92

CMYK Percentages of Color #95e8df

%36
%0
%4
%9

Triadic Colors of #95e8df

#95e8df #df95e8 #e8df95

Analogous Colors of #95e8df

#95e8df #95c8e8 #95e8b6

Monochromatic Colors of #95e8df

#95e8df

Complementary Color

#95e8df #e8959e

#95e8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95e8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#95e8df Color CSS Codes

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

#95e8df Text Font Color

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

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


#95e8df Background Color

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

This div background color is #95e8df


#95e8df Border Color

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

This div border color is #95e8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95e8df


Comments

No comments written yet.

Please login to write comment.