Color Hex Logo

#75edcc Color Hex

#75EDCC
(117,237,204)
0 Favorites   0 Comments

Color spaces of #75edcc

RGB 117237204
HSL0.450.770.69
HSV164°51°93°
CMYK 0.510.000.14   0.07
XYZ48.519468.709967.8318
Yxy68.70990.26220.3713
Hunter Lab82.8914-40.57749.5058
CIE-Lab86.3602-41.60455.6700

#75edcc color RGB value is (117,237,204).

#75edcc hex color red value is 117, green value is 237 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #75edcc hue: 0.45 , saturation: 0.77 and the lightness value of 75edcc is 0.69.

The process color (four color CMYK) of #75edcc color hex is 0.51, 0.00, 0.14, 0.07. Web safe color of #75edcc is #66ffcc. Color #75edcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101101 11001100
Octal 165 355 314
Decimal 117 237 204
Hex 75 ED CC

RGB Percentages of Color #75edcc

%20.97
%42.47
%36.56

CMYK Percentages of Color #75edcc

%51
%0
%14
%7

Triadic Colors of #75edcc

#75edcc #cc75ed #edcc75

Analogous Colors of #75edcc

#75edcc #75d2ed #75ed90

Monochromatic Colors of #75edcc

#75edcc

Complementary Color

#75edcc #ed7596

#75edcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75edcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#75edcc Color CSS Codes

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

#75edcc Text Font Color

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

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


#75edcc Background Color

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

This div background color is #75edcc


#75edcc Border Color

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

This div border color is #75edcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75edcc


Comments

No comments written yet.

Please login to write comment.