Color Hex Logo

#75abdf Color Hex

#75ABDF
(117,171,223)
0 Favorites   0 Comments

Color spaces of #75abdf

RGB 117171223
HSL0.580.620.67
HSV209°48°87°
CMYK 0.480.230.00   0.13
XYZ35.218338.235475.3360
Yxy38.23540.23670.2570
Hunter Lab61.8348-6.5453-28.9512
CIE-Lab68.1938-3.7783-31.7314

#75abdf color RGB value is (117,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101011 11011111
Octal 165 253 337
Decimal 117 171 223
Hex 75 AB DF

RGB Percentages of Color #75abdf

%22.90
%33.46
%43.64

CMYK Percentages of Color #75abdf

%48
%23
%0
%13

Triadic Colors of #75abdf

#75abdf #df75ab #abdf75

Analogous Colors of #75abdf

#75abdf #7576df #75dfde

Monochromatic Colors of #75abdf

#75abdf

Complementary Color

#75abdf #dfa975

#75abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#75abdf Color CSS Codes

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

#75abdf Text Font Color

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

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


#75abdf Background Color

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

This div background color is #75abdf


#75abdf Border Color

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

This div border color is #75abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75abdf


Comments

No comments written yet.

Please login to write comment.