Color Hex Logo

#75afdf Color Hex

#75AFDF
(117,175,223)
0 Favorites   0 Comments

Color spaces of #75afdf

RGB 117175223
HSL0.580.620.67
HSV207°48°87°
CMYK 0.480.220.00   0.13
XYZ35.985439.769675.5917
Yxy39.76960.23780.2628
Hunter Lab63.0631-8.5040-26.9248
CIE-Lab69.3051-5.9799-30.0152

#75afdf color RGB value is (117,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101111 11011111
Octal 165 257 337
Decimal 117 175 223
Hex 75 AF DF

RGB Percentages of Color #75afdf

%22.72
%33.98
%43.30

CMYK Percentages of Color #75afdf

%48
%22
%0
%13

Triadic Colors of #75afdf

#75afdf #df75af #afdf75

Analogous Colors of #75afdf

#75afdf #757adf #75dfda

Monochromatic Colors of #75afdf

#75afdf

Complementary Color

#75afdf #dfa575

#75afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#75afdf Color CSS Codes

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

#75afdf Text Font Color

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

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


#75afdf Background Color

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

This div background color is #75afdf


#75afdf Border Color

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

This div border color is #75afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75afdf


Comments

No comments written yet.

Please login to write comment.