Color Hex Logo

#75afda Color Hex

#75AFDA
(117,175,218)
0 Favorites   0 Comments

Color spaces of #75afda

RGB 117175218
HSL0.570.580.66
HSV206°46°85°
CMYK 0.460.200.00   0.15
XYZ35.321039.503872.0931
Yxy39.50380.24040.2689
Hunter Lab62.8520-9.6793-24.0109
CIE-Lab69.1146-7.3989-27.5682

#75afda color RGB value is (117,175,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101111 11011010
Octal 165 257 332
Decimal 117 175 218
Hex 75 AF DA

RGB Percentages of Color #75afda

%22.94
%34.31
%42.75

CMYK Percentages of Color #75afda

%46
%20
%0
%15

Triadic Colors of #75afda

#75afda #da75af #afda75

Analogous Colors of #75afda

#75afda #757dda #75dad3

Monochromatic Colors of #75afda

#75afda

Complementary Color

#75afda #daa075

#75afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#75afda Color CSS Codes

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

#75afda Text Font Color

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

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


#75afda Background Color

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

This div background color is #75afda


#75afda Border Color

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

This div border color is #75afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75afda


Comments

No comments written yet.

Please login to write comment.