Color Hex Logo

#95eadc Color Hex

#95EADC
(149,234,220)
0 Favorites   0 Comments

Color spaces of #95eadc

RGB 149234220
HSL0.470.670.75
HSV170°36°92°
CMYK 0.360.000.06   0.08
XYZ54.735570.402578.4143
Yxy70.40250.26890.3459
Hunter Lab83.9062-30.39293.3250
CIE-Lab87.1939-28.8138-1.3498

#95eadc color RGB value is (149,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101010 11011100
Octal 225 352 334
Decimal 149 234 220
Hex 95 EA DC

RGB Percentages of Color #95eadc

%24.71
%38.81
%36.48

CMYK Percentages of Color #95eadc

%36
%0
%6
%8

Triadic Colors of #95eadc

#95eadc #dc95ea #eadc95

Analogous Colors of #95eadc

#95eadc #95ceea #95eab2

Monochromatic Colors of #95eadc

#95eadc

Complementary Color

#95eadc #ea95a3

#95eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95eadc Color CSS Codes

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

#95eadc Text Font Color

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

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


#95eadc Background Color

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

This div background color is #95eadc


#95eadc Border Color

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

This div border color is #95eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95eadc


Comments

No comments written yet.

Please login to write comment.