Color Hex Logo

#95ecce Color Hex

#95ECCE
(149,236,206)
0 Favorites   0 Comments

Color spaces of #95ecce

RGB 149236206
HSL0.440.700.75
HSV159°37°93°
CMYK 0.370.000.13   0.07
XYZ53.530570.836769.2440
Yxy70.83670.27650.3659
Hunter Lab84.1645-33.758010.1360
CIE-Lab87.4056-32.80176.2952

#95ecce color RGB value is (149,236,206).

#95ecce hex color red value is 149, green value is 236 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #95ecce hue: 0.44 , saturation: 0.70 and the lightness value of 95ecce is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101100 11001110
Octal 225 354 316
Decimal 149 236 206
Hex 95 EC CE

RGB Percentages of Color #95ecce

%25.21
%39.93
%34.86

CMYK Percentages of Color #95ecce

%37
%0
%13
%7

Triadic Colors of #95ecce

#95ecce #ce95ec #ecce95

Analogous Colors of #95ecce

#95ecce #95dfec #95eca3

Monochromatic Colors of #95ecce

#95ecce

Complementary Color

#95ecce #ec95b3

#95ecce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ecce Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ecce Color CSS Codes

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

#95ecce Text Font Color

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

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


#95ecce Background Color

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

This div background color is #95ecce


#95ecce Border Color

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

This div border color is #95ecce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ecce


Comments

No comments written yet.

Please login to write comment.