Color Hex Logo

#75ddba Color Hex

#75DDBA
(117,221,186)
0 Favorites   0 Comments

Color spaces of #75ddba

RGB 117221186
HSL0.440.600.66
HSV160°47°87°
CMYK 0.470.000.16   0.13
XYZ42.055559.040055.6337
Yxy59.04000.26830.3767
Hunter Lab76.8375-36.767110.8577
CIE-Lab81.3136-38.44947.8915

#75ddba color RGB value is (117,221,186).

#75ddba hex color red value is 117, green value is 221 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #75ddba hue: 0.44 , saturation: 0.60 and the lightness value of 75ddba is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011101 10111010
Octal 165 335 272
Decimal 117 221 186
Hex 75 DD BA

RGB Percentages of Color #75ddba

%22.33
%42.18
%35.50

CMYK Percentages of Color #75ddba

%47
%0
%16
%13

Triadic Colors of #75ddba

#75ddba #ba75dd #ddba75

Analogous Colors of #75ddba

#75ddba #75ccdd #75dd86

Monochromatic Colors of #75ddba

#75ddba

Complementary Color

#75ddba #dd7598

#75ddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ddba Color CSS Codes

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

#75ddba Text Font Color

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

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


#75ddba Background Color

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

This div background color is #75ddba


#75ddba Border Color

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

This div border color is #75ddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ddba


Comments

No comments written yet.

Please login to write comment.