Color Hex Logo

#75aeda Color Hex

#75AEDA
(117,174,218)
0 Favorites   0 Comments

Color spaces of #75aeda

RGB 117174218
HSL0.570.580.66
HSV206°46°85°
CMYK 0.460.200.00   0.15
XYZ35.127139.116072.0284
Yxy39.11600.24010.2674
Hunter Lab62.5428-9.1955-24.5023
CIE-Lab68.8352-6.8534-27.9978

#75aeda color RGB value is (117,174,218).

#75aeda hex color red value is 117, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #75aeda hue: 0.57 , saturation: 0.58 and the lightness value of 75aeda is 0.66.

The process color (four color CMYK) of #75aeda color hex is 0.46, 0.20, 0.00, 0.15. Web safe color of #75aeda is #6699cc. Color #75aeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101110 11011010
Octal 165 256 332
Decimal 117 174 218
Hex 75 AE DA

RGB Percentages of Color #75aeda

%22.99
%34.18
%42.83

CMYK Percentages of Color #75aeda

%46
%20
%0
%15

Triadic Colors of #75aeda

#75aeda #da75ae #aeda75

Analogous Colors of #75aeda

#75aeda #757cda #75dad4

Monochromatic Colors of #75aeda

#75aeda

Complementary Color

#75aeda #daa175

#75aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#75aeda Color CSS Codes

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

#75aeda Text Font Color

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

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


#75aeda Background Color

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

This div background color is #75aeda


#75aeda Border Color

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

This div border color is #75aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75aeda


Comments

No comments written yet.

Please login to write comment.