Color Hex Logo

#75aaea Color Hex

#75AAEA
(117,170,234)
0 Favorites   0 Comments

Color spaces of #75aaea

RGB 117170234
HSL0.590.740.69
HSV213°50°92°
CMYK 0.500.270.00   0.08
XYZ36.562138.471983.3407
Yxy38.47190.23090.2429
Hunter Lab62.0257-3.3252-36.2469
CIE-Lab68.3670-0.0142-37.4882

#75aaea color RGB value is (117,170,234).

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

The process color (four color CMYK) of #75aaea color hex is 0.50, 0.27, 0.00, 0.08. Web safe color of #75aaea is #6699ff. Color #75aaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101010 11101010
Octal 165 252 352
Decimal 117 170 234
Hex 75 AA EA

RGB Percentages of Color #75aaea

%22.46
%32.63
%44.91

CMYK Percentages of Color #75aaea

%50
%27
%0
%8

Triadic Colors of #75aaea

#75aaea #ea75aa #aaea75

Analogous Colors of #75aaea

#75aaea #7b75ea #75e5ea

Monochromatic Colors of #75aaea

#75aaea

Complementary Color

#75aaea #eab575

#75aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#75aaea Color CSS Codes

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

#75aaea Text Font Color

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

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


#75aaea Background Color

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

This div background color is #75aaea


#75aaea Border Color

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

This div border color is #75aaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75aaea


Comments

No comments written yet.

Please login to write comment.