Color Hex Logo

#75ddbd Color Hex

#75DDBD
(117,221,189)
0 Favorites   0 Comments

Color spaces of #75ddbd

RGB 117221189
HSL0.450.600.66
HSV162°47°87°
CMYK 0.470.000.14   0.13
XYZ42.377959.168957.3313
Yxy59.16890.26670.3724
Hunter Lab76.9213-36.27229.6547
CIE-Lab81.3843-37.78336.4035

#75ddbd color RGB value is (117,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011101 10111101
Octal 165 335 275
Decimal 117 221 189
Hex 75 DD BD

RGB Percentages of Color #75ddbd

%22.20
%41.94
%35.86

CMYK Percentages of Color #75ddbd

%47
%0
%14
%13

Triadic Colors of #75ddbd

#75ddbd #bd75dd #ddbd75

Analogous Colors of #75ddbd

#75ddbd #75c9dd #75dd89

Monochromatic Colors of #75ddbd

#75ddbd

Complementary Color

#75ddbd #dd7595

#75ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ddbd Color CSS Codes

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

#75ddbd Text Font Color

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

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


#75ddbd Background Color

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

This div background color is #75ddbd


#75ddbd Border Color

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

This div border color is #75ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ddbd


Comments

No comments written yet.

Please login to write comment.