Color Hex Logo

#95ffce Color Hex

#95FFCE
(149,255,206)
0 Favorites   0 Comments

Color spaces of #95ffce

RGB 149255206
HSL0.421.000.79
HSV152°42°100°
CMYK 0.420.000.19   0.00
XYZ59.295082.365871.1655
Yxy82.36580.27860.3870
Hunter Lab90.7556-42.199717.0370
CIE-Lab92.7361-41.458513.9093

#95ffce color RGB value is (149,255,206).

#95ffce hex color red value is 149, green value is 255 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #95ffce hue: 0.42 , saturation: 1.00 and the lightness value of 95ffce is 0.79.

The process color (four color CMYK) of #95ffce color hex is 0.42, 0.00, 0.19, 0.00. Web safe color of #95ffce is #99ffcc. Color #95ffce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111111 11001110
Octal 225 377 316
Decimal 149 255 206
Hex 95 FF CE

RGB Percentages of Color #95ffce

%24.43
%41.80
%33.77

CMYK Percentages of Color #95ffce

%42
%0
%19
%0

Triadic Colors of #95ffce

#95ffce #ce95ff #ffce95

Analogous Colors of #95ffce

#95ffce #95fbff #95ff99

Monochromatic Colors of #95ffce

#95ffce

Complementary Color

#95ffce #ff95c6

#95ffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ffce Color CSS Codes

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

#95ffce Text Font Color

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

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


#95ffce Background Color

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

This div background color is #95ffce


#95ffce Border Color

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

This div border color is #95ffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ffce


Comments

No comments written yet.

Please login to write comment.