Color Hex Logo

#75cda9 Color Hex

#75CDA9
(117,205,169)
0 Favorites   0 Comments

Color spaces of #75cda9

RGB 117205169
HSL0.430.470.63
HSV155°43°80°
CMYK 0.430.000.18   0.20
XYZ36.328950.309145.3320
Yxy50.30910.27530.3812
Hunter Lab70.9289-32.700111.7569
CIE-Lab76.2586-34.80459.7258

#75cda9 color RGB value is (117,205,169).

#75cda9 hex color red value is 117, green value is 205 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #75cda9 hue: 0.43 , saturation: 0.47 and the lightness value of 75cda9 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001101 10101001
Octal 165 315 251
Decimal 117 205 169
Hex 75 CD A9

RGB Percentages of Color #75cda9

%23.83
%41.75
%34.42

CMYK Percentages of Color #75cda9

%43
%0
%18
%20

Triadic Colors of #75cda9

#75cda9 #a975cd #cda975

Analogous Colors of #75cda9

#75cda9 #75c5cd #75cd7d

Monochromatic Colors of #75cda9

#75cda9

Complementary Color

#75cda9 #cd7599

#75cda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cda9 Color CSS Codes

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

#75cda9 Text Font Color

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

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


#75cda9 Background Color

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

This div background color is #75cda9


#75cda9 Border Color

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

This div border color is #75cda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cda9


Comments

No comments written yet.

Please login to write comment.