Color Hex Logo

#75aeea Color Hex

#75AEEA
(117,174,234)
0 Favorites   0 Comments

Color spaces of #75aeea

RGB 117174234
HSL0.590.740.69
HSV211°50°92°
CMYK 0.500.260.00   0.08
XYZ37.323539.994583.5945
Yxy39.99450.23190.2485
Hunter Lab63.2412-5.3255-34.1028
CIE-Lab69.4656-2.2428-35.7796

#75aeea color RGB value is (117,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101110 11101010
Octal 165 256 352
Decimal 117 174 234
Hex 75 AE EA

RGB Percentages of Color #75aeea

%22.29
%33.14
%44.57

CMYK Percentages of Color #75aeea

%50
%26
%0
%8

Triadic Colors of #75aeea

#75aeea #ea75ae #aeea75

Analogous Colors of #75aeea

#75aeea #7775ea #75e9ea

Monochromatic Colors of #75aeea

#75aeea

Complementary Color

#75aeea #eab175

#75aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#75aeea Color CSS Codes

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

#75aeea Text Font Color

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

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


#75aeea Background Color

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

This div background color is #75aeea


#75aeea Border Color

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

This div border color is #75aeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75aeea


Comments

No comments written yet.

Please login to write comment.