Color Hex Logo

#75ddcd Color Hex

#75DDCD
(117,221,205)
0 Favorites   0 Comments

Color spaces of #75ddcd

RGB 117221205
HSL0.470.600.66
HSV171°47°87°
CMYK 0.470.000.07   0.13
XYZ44.212059.902666.9897
Yxy59.90260.25840.3501
Hunter Lab77.3968-33.47832.8601
CIE-Lab81.7852-34.0782-1.5081

#75ddcd color RGB value is (117,221,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011101 11001101
Octal 165 335 315
Decimal 117 221 205
Hex 75 DD CD

RGB Percentages of Color #75ddcd

%21.55
%40.70
%37.75

CMYK Percentages of Color #75ddcd

%47
%0
%7
%13

Triadic Colors of #75ddcd

#75ddcd #cd75dd #ddcd75

Analogous Colors of #75ddcd

#75ddcd #75b9dd #75dd99

Monochromatic Colors of #75ddcd

#75ddcd

Complementary Color

#75ddcd #dd7585

#75ddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ddcd Color CSS Codes

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

#75ddcd Text Font Color

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

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


#75ddcd Background Color

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

This div background color is #75ddcd


#75ddcd Border Color

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

This div border color is #75ddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ddcd


Comments

No comments written yet.

Please login to write comment.