Color Hex Logo

#95fddc Color Hex

#95FDDC
(149,253,220)
0 Favorites   0 Comments

Color spaces of #95fddc

RGB 149253220
HSL0.450.960.79
HSV161°41°99°
CMYK 0.410.000.13   0.01
XYZ60.438081.807480.3151
Yxy81.80740.27160.3676
Hunter Lab90.4474-39.007310.6652
CIE-Lab92.4898-37.66926.3441

#95fddc color RGB value is (149,253,220).

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

The process color (four color CMYK) of #95fddc color hex is 0.41, 0.00, 0.13, 0.01. Web safe color of #95fddc is #99ffcc. Color #95fddc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111101 11011100
Octal 225 375 334
Decimal 149 253 220
Hex 95 FD DC

RGB Percentages of Color #95fddc

%23.95
%40.68
%35.37

CMYK Percentages of Color #95fddc

%41
%0
%13
%1

Triadic Colors of #95fddc

#95fddc #dc95fd #fddc95

Analogous Colors of #95fddc

#95fddc #95eafd #95fda8

Monochromatic Colors of #95fddc

#95fddc

Complementary Color

#95fddc #fd95b6

#95fddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95fddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95fddc Color CSS Codes

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

#95fddc Text Font Color

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

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


#95fddc Background Color

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

This div background color is #95fddc


#95fddc Border Color

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

This div border color is #95fddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95fddc


Comments

No comments written yet.

Please login to write comment.