Color Hex Logo

#95cdbe Color Hex

#95CDBE
(149,205,190)
0 Favorites   0 Comments

Color spaces of #95cdbe

RGB 149205190
HSL0.460.360.69
HSV164°27°80°
CMYK 0.270.000.07   0.20
XYZ43.520053.769956.8001
Yxy53.76990.28240.3490
Hunter Lab73.3280-22.38455.4033
CIE-Lab78.3274-21.20561.6332

#95cdbe color RGB value is (149,205,190).

#95cdbe hex color red value is 149, green value is 205 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #95cdbe hue: 0.46 , saturation: 0.36 and the lightness value of 95cdbe is 0.69.

The process color (four color CMYK) of #95cdbe color hex is 0.27, 0.00, 0.07, 0.20. Web safe color of #95cdbe is #99cccc. Color #95cdbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001101 10111110
Octal 225 315 276
Decimal 149 205 190
Hex 95 CD BE

RGB Percentages of Color #95cdbe

%27.39
%37.68
%34.93

CMYK Percentages of Color #95cdbe

%27
%0
%7
%20

Triadic Colors of #95cdbe

#95cdbe #be95cd #cdbe95

Analogous Colors of #95cdbe

#95cdbe #95c0cd #95cda2

Monochromatic Colors of #95cdbe

#95cdbe

Complementary Color

#95cdbe #cd95a4

#95cdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cdbe Color CSS Codes

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

#95cdbe Text Font Color

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

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


#95cdbe Background Color

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

This div background color is #95cdbe


#95cdbe Border Color

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

This div border color is #95cdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cdbe


Comments

No comments written yet.

Please login to write comment.