Color Hex Logo

#75daae Color Hex

#75DAAE
(117,218,174)
0 Favorites   0 Comments

Color spaces of #75daae

RGB 117218174
HSL0.430.580.66
HSV154°46°85°
CMYK 0.460.000.20   0.15
XYZ40.047556.980748.9321
Yxy56.98070.27440.3904
Hunter Lab75.4856-37.399814.4063
CIE-Lab80.1687-39.677812.6143

#75daae color RGB value is (117,218,174).

#75daae hex color red value is 117, green value is 218 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #75daae hue: 0.43 , saturation: 0.58 and the lightness value of 75daae is 0.66.

The process color (four color CMYK) of #75daae color hex is 0.46, 0.00, 0.20, 0.15. Web safe color of #75daae is #66cc99. Color #75daae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011010 10101110
Octal 165 332 256
Decimal 117 218 174
Hex 75 DA AE

RGB Percentages of Color #75daae

%22.99
%42.83
%34.18

CMYK Percentages of Color #75daae

%46
%0
%20
%15

Triadic Colors of #75daae

#75daae #ae75da #daae75

Analogous Colors of #75daae

#75daae #75d4da #75da7c

Monochromatic Colors of #75daae

#75daae

Complementary Color

#75daae #da75a1

#75daae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75daae Color Preview on White Background

Lorem ipsum dolor sit amet.

#75daae Color CSS Codes

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

#75daae Text Font Color

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

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


#75daae Background Color

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

This div background color is #75daae


#75daae Border Color

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

This div border color is #75daae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75daae


Comments

No comments written yet.

Please login to write comment.