Color Hex Logo

#95ddbd Color Hex

#95DDBD
(149,221,189)
0 Favorites   0 Comments

Color spaces of #95ddbd

RGB 149221189
HSL0.430.510.73
HSV153°33°87°
CMYK 0.330.000.14   0.13
XYZ47.436261.776657.5680
Yxy61.77660.28440.3704
Hunter Lab78.5981-29.816811.5926
CIE-Lab82.7945-29.23118.6128

#95ddbd color RGB value is (149,221,189).

#95ddbd hex color red value is 149, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #95ddbd hue: 0.43 , saturation: 0.51 and the lightness value of 95ddbd is 0.73.

The process color (four color CMYK) of #95ddbd color hex is 0.33, 0.00, 0.14, 0.13. Web safe color of #95ddbd is #99cccc. Color #95ddbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011101 10111101
Octal 225 335 275
Decimal 149 221 189
Hex 95 DD BD

RGB Percentages of Color #95ddbd

%26.65
%39.53
%33.81

CMYK Percentages of Color #95ddbd

%33
%0
%14
%13

Triadic Colors of #95ddbd

#95ddbd #bd95dd #ddbd95

Analogous Colors of #95ddbd

#95ddbd #95d9dd #95dd99

Monochromatic Colors of #95ddbd

#95ddbd

Complementary Color

#95ddbd #dd95b5

#95ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ddbd Color CSS Codes

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

#95ddbd Text Font Color

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

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


#95ddbd Background Color

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

This div background color is #95ddbd


#95ddbd Border Color

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

This div border color is #95ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ddbd


Comments

No comments written yet.

Please login to write comment.