Color Hex Logo

#95ffdc Color Hex

#95FFDC
(149,255,220)
0 Favorites   0 Comments

Color spaces of #95ffdc

RGB 149255220
HSL0.441.000.79
HSV160°42°100°
CMYK 0.420.000.14   0.00
XYZ61.072783.076980.5267
Yxy83.07690.27180.3698
Hunter Lab91.1465-39.902611.4207
CIE-Lab93.0481-38.57597.1481

#95ffdc color RGB value is (149,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111111 11011100
Octal 225 377 334
Decimal 149 255 220
Hex 95 FF DC

RGB Percentages of Color #95ffdc

%23.88
%40.87
%35.26

CMYK Percentages of Color #95ffdc

%42
%0
%14
%0

Triadic Colors of #95ffdc

#95ffdc #dc95ff #ffdc95

Analogous Colors of #95ffdc

#95ffdc #95edff #95ffa7

Monochromatic Colors of #95ffdc

#95ffdc

Complementary Color

#95ffdc #ff95b8

#95ffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ffdc Color CSS Codes

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

#95ffdc Text Font Color

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

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


#95ffdc Background Color

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

This div background color is #95ffdc


#95ffdc Border Color

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

This div border color is #95ffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ffdc

Related Colors


Comments

No comments written yet.

Please login to write comment.