Color Hex Logo

#95ccba Color Hex

#95CCBA
(149,204,186)
0 Favorites   0 Comments

Color spaces of #95ccba

RGB 149204186
HSL0.450.350.69
HSV160°27°80°
CMYK 0.270.000.09   0.20
XYZ42.850253.120554.4492
Yxy53.12050.28490.3531
Hunter Lab72.8838-22.60216.7250
CIE-Lab77.9461-21.54943.2284

#95ccba color RGB value is (149,204,186).

#95ccba hex color red value is 149, green value is 204 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #95ccba hue: 0.45 , saturation: 0.35 and the lightness value of 95ccba is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001100 10111010
Octal 225 314 272
Decimal 149 204 186
Hex 95 CC BA

RGB Percentages of Color #95ccba

%27.64
%37.85
%34.51

CMYK Percentages of Color #95ccba

%27
%0
%9
%20

Triadic Colors of #95ccba

#95ccba #ba95cc #ccba95

Analogous Colors of #95ccba

#95ccba #95c3cc #95cc9f

Monochromatic Colors of #95ccba

#95ccba

Complementary Color

#95ccba #cc95a7

#95ccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ccba Color CSS Codes

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

#95ccba Text Font Color

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

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


#95ccba Background Color

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

This div background color is #95ccba


#95ccba Border Color

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

This div border color is #95ccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ccba

#95ccba Color Palettes


Comments

No comments written yet.

Please login to write comment.