Color Hex Logo

#75aecd Color Hex

#75AECD
(117,174,205)
0 Favorites   0 Comments

Color spaces of #75aecd

RGB 117174205
HSL0.560.470.63
HSV201°43°80°
CMYK 0.430.150.00   0.20
XYZ33.491638.461863.4163
Yxy38.46180.24740.2841
Hunter Lab62.0176-12.1347-17.2149
CIE-Lab68.3596-10.4609-21.5757

#75aecd color RGB value is (117,174,205).

#75aecd hex color red value is 117, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #75aecd hue: 0.56 , saturation: 0.47 and the lightness value of 75aecd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101110 11001101
Octal 165 256 315
Decimal 117 174 205
Hex 75 AE CD

RGB Percentages of Color #75aecd

%23.59
%35.08
%41.33

CMYK Percentages of Color #75aecd

%43
%15
%0
%20

Triadic Colors of #75aecd

#75aecd #cd75ae #aecd75

Analogous Colors of #75aecd

#75aecd #7582cd #75cdc0

Monochromatic Colors of #75aecd

#75aecd

Complementary Color

#75aecd #cd9475

#75aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#75aecd Color CSS Codes

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

#75aecd Text Font Color

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

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


#75aecd Background Color

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

This div background color is #75aecd


#75aecd Border Color

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

This div border color is #75aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75aecd


Comments

No comments written yet.

Please login to write comment.