Color Hex Logo

#95eccc Color Hex

#95ECCC
(149,236,204)
0 Favorites   0 Comments

Color spaces of #95eccc

RGB 149236204
HSL0.440.700.75
HSV158°37°93°
CMYK 0.370.000.14   0.07
XYZ53.289070.740167.9723
Yxy70.74010.27750.3684
Hunter Lab84.1071-34.092610.9590
CIE-Lab87.3586-33.22097.2735

#95eccc color RGB value is (149,236,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101100 11001100
Octal 225 354 314
Decimal 149 236 204
Hex 95 EC CC

RGB Percentages of Color #95eccc

%25.30
%40.07
%34.63

CMYK Percentages of Color #95eccc

%37
%0
%14
%7

Triadic Colors of #95eccc

#95eccc #cc95ec #eccc95

Analogous Colors of #95eccc

#95eccc #95e1ec #95eca1

Monochromatic Colors of #95eccc

#95eccc

Complementary Color

#95eccc #ec95b5

#95eccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95eccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95eccc Color CSS Codes

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

#95eccc Text Font Color

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

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


#95eccc Background Color

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

This div background color is #95eccc


#95eccc Border Color

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

This div border color is #95eccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95eccc


Comments

No comments written yet.

Please login to write comment.