Color Hex Logo

#95dacb Color Hex

#95DACB
(149,218,203)
0 Favorites   0 Comments

Color spaces of #95dacb

RGB 149218203
HSL0.460.480.72
HSV167°32°85°
CMYK 0.320.000.07   0.15
XYZ48.245360.844265.7012
Yxy60.84420.27600.3481
Hunter Lab78.0027-26.10104.6623
CIE-Lab82.2949-24.83560.4684

#95dacb color RGB value is (149,218,203).

#95dacb hex color red value is 149, green value is 218 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #95dacb hue: 0.46 , saturation: 0.48 and the lightness value of 95dacb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011010 11001011
Octal 225 332 313
Decimal 149 218 203
Hex 95 DA CB

RGB Percentages of Color #95dacb

%26.14
%38.25
%35.61

CMYK Percentages of Color #95dacb

%32
%0
%7
%15

Triadic Colors of #95dacb

#95dacb #cb95da #dacb95

Analogous Colors of #95dacb

#95dacb #95c7da #95daa9

Monochromatic Colors of #95dacb

#95dacb

Complementary Color

#95dacb #da95a4

#95dacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dacb Color CSS Codes

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

#95dacb Text Font Color

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

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


#95dacb Background Color

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

This div background color is #95dacb


#95dacb Border Color

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

This div border color is #95dacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dacb


Comments

No comments written yet.

Please login to write comment.