Color Hex Logo

#75dbac Color Hex

#75DBAC
(117,219,172)
0 Favorites   0 Comments

Color spaces of #75dbac

RGB 117219172
HSL0.420.590.66
HSV152°47°86°
CMYK 0.470.000.21   0.14
XYZ40.114057.423547.9993
Yxy57.42350.27560.3946
Hunter Lab75.7783-38.121315.4895
CIE-Lab80.4172-40.541414.0224

#75dbac color RGB value is (117,219,172).

#75dbac hex color red value is 117, green value is 219 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #75dbac hue: 0.42 , saturation: 0.59 and the lightness value of 75dbac is 0.66.

The process color (four color CMYK) of #75dbac color hex is 0.47, 0.00, 0.21, 0.14. Web safe color of #75dbac is #66cc99. Color #75dbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011011 10101100
Octal 165 333 254
Decimal 117 219 172
Hex 75 DB AC

RGB Percentages of Color #75dbac

%23.03
%43.11
%33.86

CMYK Percentages of Color #75dbac

%47
%0
%21
%14

Triadic Colors of #75dbac

#75dbac #ac75db #dbac75

Analogous Colors of #75dbac

#75dbac #75d7db #75db79

Monochromatic Colors of #75dbac

#75dbac

Complementary Color

#75dbac #db75a4

#75dbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75dbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#75dbac Color CSS Codes

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

#75dbac Text Font Color

<p style="color:#75dbac">Text here</p>

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


#75dbac Background Color

<div style="background-color:#75dbac">
Div content here</div>

This div background color is #75dbac


#75dbac Border Color

<div style="border:3px solid #75dbac">
Div here</div>

This div border color is #75dbac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,219,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75dbac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75dbac;
  -webkit-box-shadow: 1px 1px 3px 2px #75dbac;
  box-shadow:         1px 1px 3px 2px #75dbac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,219,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75dbac


Comments

No comments written yet.

Please login to write comment.