Color Hex Logo

#75aeff Color Hex

#75AEFF
(117,174,255)
0 Favorites   0 Comments

Color spaces of #75aeff

RGB 117174255
HSL0.601.000.73
HSV215°54°100°
CMYK 0.540.320.00   0.00
XYZ40.522241.2740100.4387
Yxy41.27400.22240.2265
Hunter Lab64.24480.1597-47.7210
CIE-Lab70.36754.0443-45.7806

#75aeff color RGB value is (117,174,255).

#75aeff hex color red value is 117, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #75aeff hue: 0.60 , saturation: 1.00 and the lightness value of 75aeff is 0.73.

The process color (four color CMYK) of #75aeff color hex is 0.54, 0.32, 0.00, 0.00. Web safe color of #75aeff is #6699ff. Color #75aeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101110 11111111
Octal 165 256 377
Decimal 117 174 255
Hex 75 AE FF

RGB Percentages of Color #75aeff

%21.43
%31.87
%46.70

CMYK Percentages of Color #75aeff

%54
%32
%0
%0

Triadic Colors of #75aeff

#75aeff #ff75ae #aeff75

Analogous Colors of #75aeff

#75aeff #8175ff #75f3ff

Monochromatic Colors of #75aeff

#75aeff

Complementary Color

#75aeff #ffc675

#75aeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75aeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#75aeff Color CSS Codes

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

#75aeff Text Font Color

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

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


#75aeff Background Color

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

This div background color is #75aeff


#75aeff Border Color

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

This div border color is #75aeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75aeff

Related Colors


Comments

No comments written yet.

Please login to write comment.