Color Hex Logo

#75e9dc Color Hex

#75E9DC
(117,233,220)
0 Favorites   0 Comments

Color spaces of #75e9dc

RGB 117233220
HSL0.480.730.69
HSV173°50°91°
CMYK 0.500.000.06   0.09
XYZ49.393367.227078.0830
Yxy67.22700.25370.3453
Hunter Lab81.9921-35.95500.9312
CIE-Lab85.6185-36.0224-3.8133

#75e9dc color RGB value is (117,233,220).

#75e9dc hex color red value is 117, green value is 233 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #75e9dc hue: 0.48 , saturation: 0.73 and the lightness value of 75e9dc is 0.69.

The process color (four color CMYK) of #75e9dc color hex is 0.50, 0.00, 0.06, 0.09. Web safe color of #75e9dc is #66ffcc. Color #75e9dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101001 11011100
Octal 165 351 334
Decimal 117 233 220
Hex 75 E9 DC

RGB Percentages of Color #75e9dc

%20.53
%40.88
%38.60

CMYK Percentages of Color #75e9dc

%50
%0
%6
%9

Triadic Colors of #75e9dc

#75e9dc #dc75e9 #e9dc75

Analogous Colors of #75e9dc

#75e9dc #75bce9 #75e9a2

Monochromatic Colors of #75e9dc

#75e9dc

Complementary Color

#75e9dc #e97582

#75e9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75e9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#75e9dc Color CSS Codes

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

#75e9dc Text Font Color

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

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


#75e9dc Background Color

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

This div background color is #75e9dc


#75e9dc Border Color

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

This div border color is #75e9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75e9dc


Comments

No comments written yet.

Please login to write comment.