Color Hex Logo

#75aaca Color Hex

#75AACA
(117,170,202)
0 Favorites   0 Comments

Color spaces of #75aaca

RGB 117170202
HSL0.560.450.63
HSV203°42°79°
CMYK 0.420.160.00   0.21
XYZ32.371536.795661.2732
Yxy36.79560.24820.2821
Hunter Lab60.6594-10.8955-17.4284
CIE-Lab67.1234-9.1142-21.8040

#75aaca color RGB value is (117,170,202).

#75aaca hex color red value is 117, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #75aaca hue: 0.56 , saturation: 0.45 and the lightness value of 75aaca is 0.63.

The process color (four color CMYK) of #75aaca color hex is 0.42, 0.16, 0.00, 0.21. Web safe color of #75aaca is #6699cc. Color #75aaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101010 11001010
Octal 165 252 312
Decimal 117 170 202
Hex 75 AA CA

RGB Percentages of Color #75aaca

%23.93
%34.76
%41.31

CMYK Percentages of Color #75aaca

%42
%16
%0
%21

Triadic Colors of #75aaca

#75aaca #ca75aa #aaca75

Analogous Colors of #75aaca

#75aaca #7580ca #75cac0

Monochromatic Colors of #75aaca

#75aaca

Complementary Color

#75aaca #ca9575

#75aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#75aaca Color CSS Codes

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

#75aaca Text Font Color

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

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


#75aaca Background Color

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

This div background color is #75aaca


#75aaca Border Color

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

This div border color is #75aaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75aaca


Comments

No comments written yet.

Please login to write comment.