Color Hex Logo

#75afcd Color Hex

#75AFCD
(117,175,205)
0 Favorites   0 Comments

Color spaces of #75afcd

RGB 117175205
HSL0.560.470.63
HSV200°43°80°
CMYK 0.430.150.00   0.20
XYZ33.685538.849663.4809
Yxy38.84960.24770.2856
Hunter Lab62.3294-12.6075-16.7547
CIE-Lab68.6422-10.9987-21.1452

#75afcd color RGB value is (117,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101111 11001101
Octal 165 257 315
Decimal 117 175 205
Hex 75 AF CD

RGB Percentages of Color #75afcd

%23.54
%35.21
%41.25

CMYK Percentages of Color #75afcd

%43
%15
%0
%20

Triadic Colors of #75afcd

#75afcd #cd75af #afcd75

Analogous Colors of #75afcd

#75afcd #7583cd #75cdbf

Monochromatic Colors of #75afcd

#75afcd

Complementary Color

#75afcd #cd9375

#75afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#75afcd Color CSS Codes

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

#75afcd Text Font Color

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

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


#75afcd Background Color

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

This div background color is #75afcd


#75afcd Border Color

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

This div border color is #75afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75afcd


Comments

No comments written yet.

Please login to write comment.