Color Hex Logo

#75aaeb Color Hex

#75AAEB
(117,170,235)
0 Favorites   0 Comments

Color spaces of #75aaeb

RGB 117170235
HSL0.590.750.69
HSV213°50°92°
CMYK 0.500.280.00   0.08
XYZ36.706238.529584.0996
Yxy38.52950.23040.2418
Hunter Lab62.0721-3.0707-36.8797
CIE-Lab68.40910.2815-37.9693

#75aaeb color RGB value is (117,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101010 11101011
Octal 165 252 353
Decimal 117 170 235
Hex 75 AA EB

RGB Percentages of Color #75aaeb

%22.41
%32.57
%45.02

CMYK Percentages of Color #75aaeb

%50
%28
%0
%8

Triadic Colors of #75aaeb

#75aaeb #eb75aa #aaeb75

Analogous Colors of #75aaeb

#75aaeb #7b75eb #75e5eb

Monochromatic Colors of #75aaeb

#75aaeb

Complementary Color

#75aaeb #ebb675

#75aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75aaeb Color CSS Codes

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

#75aaeb Text Font Color

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

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


#75aaeb Background Color

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

This div background color is #75aaeb


#75aaeb Border Color

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

This div border color is #75aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75aaeb


Comments

No comments written yet.

Please login to write comment.