Color Hex Logo

#95dbbd Color Hex

#95DBBD
(149,219,189)
0 Favorites   0 Comments

Color spaces of #95dbbd

RGB 149219189
HSL0.430.490.72
HSV154°32°86°
CMYK 0.320.000.14   0.14
XYZ46.911360.726757.3931
Yxy60.72670.28430.3680
Hunter Lab77.9273-28.918010.8823
CIE-Lab82.2316-28.27337.8063

#95dbbd color RGB value is (149,219,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011011 10111101
Octal 225 333 275
Decimal 149 219 189
Hex 95 DB BD

RGB Percentages of Color #95dbbd

%26.75
%39.32
%33.93

CMYK Percentages of Color #95dbbd

%32
%0
%14
%14

Triadic Colors of #95dbbd

#95dbbd #bd95db #dbbd95

Analogous Colors of #95dbbd

#95dbbd #95d6db #95db9a

Monochromatic Colors of #95dbbd

#95dbbd

Complementary Color

#95dbbd #db95b3

#95dbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dbbd Color CSS Codes

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

#95dbbd Text Font Color

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

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


#95dbbd Background Color

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

This div background color is #95dbbd


#95dbbd Border Color

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

This div border color is #95dbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dbbd


Comments

No comments written yet.

Please login to write comment.