Color Hex Logo

#95dace Color Hex

#95DACE
(149,218,206)
0 Favorites   0 Comments

Color spaces of #95dace

RGB 149218206
HSL0.470.480.72
HSV170°32°85°
CMYK 0.320.000.06   0.15
XYZ48.606460.988667.6027
Yxy60.98860.27430.3442
Hunter Lab78.0952-25.56833.3426
CIE-Lab82.3726-24.1779-1.0126

#95dace color RGB value is (149,218,206).

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

The process color (four color CMYK) of #95dace color hex is 0.32, 0.00, 0.06, 0.15. Web safe color of #95dace is #99cccc. Color #95dace contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011010 11001110
Octal 225 332 316
Decimal 149 218 206
Hex 95 DA CE

RGB Percentages of Color #95dace

%26.00
%38.05
%35.95

CMYK Percentages of Color #95dace

%32
%0
%6
%15

Triadic Colors of #95dace

#95dace #ce95da #dace95

Analogous Colors of #95dace

#95dace #95c4da #95daac

Monochromatic Colors of #95dace

#95dace

Complementary Color

#95dace #da95a1

#95dace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dace Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dace Color CSS Codes

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

#95dace Text Font Color

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

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


#95dace Background Color

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

This div background color is #95dace


#95dace Border Color

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

This div border color is #95dace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dace


Comments

No comments written yet.

Please login to write comment.