Color Hex Logo

#95eccb Color Hex

#95ECCB
(149,236,203)
0 Favorites   0 Comments

Color spaces of #95eccb

RGB 149236203
HSL0.440.700.75
HSV157°37°93°
CMYK 0.370.000.14   0.07
XYZ53.169470.692367.3426
Yxy70.69230.27810.3697
Hunter Lab84.0787-34.258511.3669
CIE-Lab87.3353-33.42927.7629

#95eccb color RGB value is (149,236,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101100 11001011
Octal 225 354 313
Decimal 149 236 203
Hex 95 EC CB

RGB Percentages of Color #95eccb

%25.34
%40.14
%34.52

CMYK Percentages of Color #95eccb

%37
%0
%14
%7

Triadic Colors of #95eccb

#95eccb #cb95ec #eccb95

Analogous Colors of #95eccb

#95eccb #95e2ec #95eca0

Monochromatic Colors of #95eccb

#95eccb

Complementary Color

#95eccb #ec95b6

#95eccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95eccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95eccb Color CSS Codes

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

#95eccb Text Font Color

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

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


#95eccb Background Color

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

This div background color is #95eccb


#95eccb Border Color

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

This div border color is #95eccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95eccb


Comments

No comments written yet.

Please login to write comment.