Color Hex Logo

#95ecae Color Hex

#95ECAE
(149,236,174)
0 Favorites   0 Comments

Color spaces of #95ecae

RGB 149236174
HSL0.380.700.75
HSV137°37°93°
CMYK 0.370.000.26   0.07
XYZ50.029969.436550.8101
Yxy69.43650.29380.4078
Hunter Lab83.3286-38.654822.1776
CIE-Lab86.7197-39.049821.9739

#95ecae color RGB value is (149,236,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101100 10101110
Octal 225 354 256
Decimal 149 236 174
Hex 95 EC AE

RGB Percentages of Color #95ecae

%26.65
%42.22
%31.13

CMYK Percentages of Color #95ecae

%37
%0
%26
%7

Triadic Colors of #95ecae

#95ecae #ae95ec #ecae95

Analogous Colors of #95ecae

#95ecae #95ecda #a8ec95

Monochromatic Colors of #95ecae

#95ecae

Complementary Color

#95ecae #ec95d3

#95ecae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ecae Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ecae Color CSS Codes

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

#95ecae Text Font Color

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

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


#95ecae Background Color

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

This div background color is #95ecae


#95ecae Border Color

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

This div border color is #95ecae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ecae


Comments

No comments written yet.

Please login to write comment.