Color Hex Logo

#75dbad Color Hex

#75DBAD
(117,219,173)
0 Favorites   0 Comments

Color spaces of #75dbad

RGB 117219173
HSL0.420.590.66
HSV153°47°86°
CMYK 0.470.000.21   0.14
XYZ40.210557.462148.5071
Yxy57.46210.27510.3931
Hunter Lab75.8038-37.970315.1227
CIE-Lab80.4388-40.334013.5248

#75dbad color RGB value is (117,219,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011011 10101101
Octal 165 333 255
Decimal 117 219 173
Hex 75 DB AD

RGB Percentages of Color #75dbad

%22.99
%43.03
%33.99

CMYK Percentages of Color #75dbad

%47
%0
%21
%14

Triadic Colors of #75dbad

#75dbad #ad75db #dbad75

Analogous Colors of #75dbad

#75dbad #75d6db #75db7a

Monochromatic Colors of #75dbad

#75dbad

Complementary Color

#75dbad #db75a3

#75dbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75dbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#75dbad Color CSS Codes

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

#75dbad Text Font Color

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

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


#75dbad Background Color

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

This div background color is #75dbad


#75dbad Border Color

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

This div border color is #75dbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75dbad


Comments

No comments written yet.

Please login to write comment.