Color Hex Logo

#95edcd Color Hex

#95EDCD
(149,237,205)
0 Favorites   0 Comments

Color spaces of #95edcd

RGB 149237205
HSL0.440.710.76
HSV158°37°93°
CMYK 0.370.000.14   0.07
XYZ53.698171.365768.7024
Yxy71.36570.27710.3683
Hunter Lab84.4782-34.374410.9168
CIE-Lab87.6624-33.47807.1875

#95edcd color RGB value is (149,237,205).

#95edcd hex color red value is 149, green value is 237 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #95edcd hue: 0.44 , saturation: 0.71 and the lightness value of 95edcd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101101 11001101
Octal 225 355 315
Decimal 149 237 205
Hex 95 ED CD

RGB Percentages of Color #95edcd

%25.21
%40.10
%34.69

CMYK Percentages of Color #95edcd

%37
%0
%14
%7

Triadic Colors of #95edcd

#95edcd #cd95ed #edcd95

Analogous Colors of #95edcd

#95edcd #95e1ed #95eda1

Monochromatic Colors of #95edcd

#95edcd

Complementary Color

#95edcd #ed95b5

#95edcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95edcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95edcd Color CSS Codes

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

#95edcd Text Font Color

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

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


#95edcd Background Color

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

This div background color is #95edcd


#95edcd Border Color

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

This div border color is #95edcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95edcd


Comments

No comments written yet.

Please login to write comment.