Color Hex Logo

#75eacc Color Hex

#75EACC
(117,234,204)
0 Favorites   0 Comments

Color spaces of #75eacc

RGB 117234204
HSL0.460.740.69
HSV165°50°92°
CMYK 0.500.000.13   0.08
XYZ47.658066.987267.5447
Yxy66.98720.26160.3677
Hunter Lab81.8457-39.29118.3618
CIE-Lab85.4975-40.26484.4239

#75eacc color RGB value is (117,234,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101010 11001100
Octal 165 352 314
Decimal 117 234 204
Hex 75 EA CC

RGB Percentages of Color #75eacc

%21.08
%42.16
%36.76

CMYK Percentages of Color #75eacc

%50
%0
%13
%8

Triadic Colors of #75eacc

#75eacc #cc75ea #eacc75

Analogous Colors of #75eacc

#75eacc #75ceea #75ea92

Monochromatic Colors of #75eacc

#75eacc

Complementary Color

#75eacc #ea7593

#75eacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75eacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#75eacc Color CSS Codes

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

#75eacc Text Font Color

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

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


#75eacc Background Color

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

This div background color is #75eacc


#75eacc Border Color

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

This div border color is #75eacc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,234,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 #75eacc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75eacc


Comments

No comments written yet.

Please login to write comment.