Color Hex Logo

#95f2cd Color Hex

#95F2CD
(149,242,205)
0 Favorites   0 Comments

Color spaces of #95f2cd

RGB 149242205
HSL0.430.780.77
HSV156°38°95°
CMYK 0.380.000.15   0.05
XYZ55.166074.301669.1917
Yxy74.30160.27770.3740
Hunter Lab86.1984-36.609112.7466
CIE-Lab89.0648-35.79059.1993

#95f2cd color RGB value is (149,242,205).

#95f2cd hex color red value is 149, green value is 242 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #95f2cd hue: 0.43 , saturation: 0.78 and the lightness value of 95f2cd is 0.77.

The process color (four color CMYK) of #95f2cd color hex is 0.38, 0.00, 0.15, 0.05. Web safe color of #95f2cd is #99ffcc. Color #95f2cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11110010 11001101
Octal 225 362 315
Decimal 149 242 205
Hex 95 F2 CD

RGB Percentages of Color #95f2cd

%25.00
%40.60
%34.40

CMYK Percentages of Color #95f2cd

%38
%0
%15
%5

Triadic Colors of #95f2cd

#95f2cd #cd95f2 #f2cd95

Analogous Colors of #95f2cd

#95f2cd #95e9f2 #95f29f

Monochromatic Colors of #95f2cd

#95f2cd

Complementary Color

#95f2cd #f295ba

#95f2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95f2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95f2cd Color CSS Codes

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

#95f2cd Text Font Color

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

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


#95f2cd Background Color

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

This div background color is #95f2cd


#95f2cd Border Color

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

This div border color is #95f2cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95f2cd


Comments

No comments written yet.

Please login to write comment.