Color Hex Logo

#95fdcd Color Hex

#95FDCD
(149,253,205)
0 Favorites   0 Comments

Color spaces of #95fdcd

RGB 149253205
HSL0.420.960.79
HSV152°41°99°
CMYK 0.410.000.19   0.01
XYZ58.539281.047970.3161
Yxy81.04790.27890.3861
Hunter Lab90.0266-41.478116.7096
CIE-Lab92.1530-40.768313.5973

#95fdcd color RGB value is (149,253,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111101 11001101
Octal 225 375 315
Decimal 149 253 205
Hex 95 FD CD

RGB Percentages of Color #95fdcd

%24.55
%41.68
%33.77

CMYK Percentages of Color #95fdcd

%41
%0
%19
%1

Triadic Colors of #95fdcd

#95fdcd #cd95fd #fdcd95

Analogous Colors of #95fdcd

#95fdcd #95f9fd #95fd99

Monochromatic Colors of #95fdcd

#95fdcd

Complementary Color

#95fdcd #fd95c5

#95fdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95fdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95fdcd Color CSS Codes

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

#95fdcd Text Font Color

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

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


#95fdcd Background Color

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

This div background color is #95fdcd


#95fdcd Border Color

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

This div border color is #95fdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95fdcd

Related Colors


Comments

No comments written yet.

Please login to write comment.