Color Hex Logo

#75afdd Color Hex

#75AFDD
(117,175,221)
0 Favorites   0 Comments

Color spaces of #75afdd

RGB 117175221
HSL0.570.600.66
HSV207°47°87°
CMYK 0.470.210.00   0.13
XYZ35.717239.662374.1797
Yxy39.66230.23880.2652
Hunter Lab62.9780-8.9775-25.7511
CIE-Lab69.2283-6.5498-29.0380

#75afdd color RGB value is (117,175,221).

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

The process color (four color CMYK) of #75afdd color hex is 0.47, 0.21, 0.00, 0.13. Web safe color of #75afdd is #6699cc. Color #75afdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101111 11011101
Octal 165 257 335
Decimal 117 175 221
Hex 75 AF DD

RGB Percentages of Color #75afdd

%22.81
%34.11
%43.08

CMYK Percentages of Color #75afdd

%47
%21
%0
%13

Triadic Colors of #75afdd

#75afdd #dd75af #afdd75

Analogous Colors of #75afdd

#75afdd #757bdd #75ddd7

Monochromatic Colors of #75afdd

#75afdd

Complementary Color

#75afdd #dda375

#75afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#75afdd Color CSS Codes

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

#75afdd Text Font Color

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

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


#75afdd Background Color

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

This div background color is #75afdd


#75afdd Border Color

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

This div border color is #75afdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75afdd


Comments

No comments written yet.

Please login to write comment.