Color Hex Logo

#75deac Color Hex

#75DEAC
(117,222,172)
0 Favorites   0 Comments

Color spaces of #75deac

RGB 117222172
HSL0.420.610.66
HSV151°47°87°
CMYK 0.470.000.23   0.13
XYZ40.903859.003048.2626
Yxy59.00300.27610.3982
Hunter Lab76.8134-39.370716.5169
CIE-Lab81.2932-41.872015.2550

#75deac color RGB value is (117,222,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011110 10101100
Octal 165 336 254
Decimal 117 222 172
Hex 75 DE AC

RGB Percentages of Color #75deac

%22.90
%43.44
%33.66

CMYK Percentages of Color #75deac

%47
%0
%23
%13

Triadic Colors of #75deac

#75deac #ac75de #deac75

Analogous Colors of #75deac

#75deac #75dcde #75de78

Monochromatic Colors of #75deac

#75deac

Complementary Color

#75deac #de75a7

#75deac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75deac Color Preview on White Background

Lorem ipsum dolor sit amet.

#75deac Color CSS Codes

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

#75deac Text Font Color

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

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


#75deac Background Color

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

This div background color is #75deac


#75deac Border Color

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

This div border color is #75deac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,222,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 #75deac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75deac


Comments

No comments written yet.

Please login to write comment.