Color Hex Logo

#95dfba Color Hex

#95DFBA
(149,223,186)
0 Favorites   0 Comments

Color spaces of #95dfba

RGB 149223186
HSL0.420.540.73
HSV150°33°87°
CMYK 0.330.000.17   0.13
XYZ47.645062.710156.0475
Yxy62.71010.28630.3769
Hunter Lab79.1897-31.186313.4696
CIE-Lab83.2896-30.784310.9031

#95dfba color RGB value is (149,223,186).

#95dfba hex color red value is 149, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #95dfba hue: 0.42 , saturation: 0.54 and the lightness value of 95dfba is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011111 10111010
Octal 225 337 272
Decimal 149 223 186
Hex 95 DF BA

RGB Percentages of Color #95dfba

%26.70
%39.96
%33.33

CMYK Percentages of Color #95dfba

%33
%0
%17
%13

Triadic Colors of #95dfba

#95dfba #ba95df #dfba95

Analogous Colors of #95dfba

#95dfba #95dfdf #95df95

Monochromatic Colors of #95dfba

#95dfba

Complementary Color

#95dfba #df95ba

#95dfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dfba Color CSS Codes

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

#95dfba Text Font Color

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

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


#95dfba Background Color

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

This div background color is #95dfba


#95dfba Border Color

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

This div border color is #95dfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dfba


Comments

No comments written yet.

Please login to write comment.