Color Hex Logo

#75adff Color Hex

#75ADFF
(117,173,255)
0 Favorites   0 Comments

Color spaces of #75adff

RGB 117173255
HSL0.601.000.73
HSV216°54°100°
CMYK 0.540.320.00   0.00
XYZ40.329740.8890100.3745
Yxy40.88900.22210.2252
Hunter Lab63.94450.6768-48.3071
CIE-Lab70.09814.6086-46.2035

#75adff color RGB value is (117,173,255).

#75adff hex color red value is 117, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #75adff hue: 0.60 , saturation: 1.00 and the lightness value of 75adff is 0.73.

The process color (four color CMYK) of #75adff color hex is 0.54, 0.32, 0.00, 0.00. Web safe color of #75adff is #6699ff. Color #75adff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101101 11111111
Octal 165 255 377
Decimal 117 173 255
Hex 75 AD FF

RGB Percentages of Color #75adff

%21.47
%31.74
%46.79

CMYK Percentages of Color #75adff

%54
%32
%0
%0

Triadic Colors of #75adff

#75adff #ff75ad #adff75

Analogous Colors of #75adff

#75adff #8275ff #75f2ff

Monochromatic Colors of #75adff

#75adff

Complementary Color

#75adff #ffc775

#75adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#75adff Color CSS Codes

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

#75adff Text Font Color

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

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


#75adff Background Color

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

This div background color is #75adff


#75adff Border Color

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

This div border color is #75adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75adff


Comments

No comments written yet.

Please login to write comment.