Color Hex Logo

#75abdb Color Hex

#75ABDB
(117,171,219)
0 Favorites   0 Comments

Color spaces of #75abdb

RGB 117171219
HSL0.580.590.66
HSV208°47°86°
CMYK 0.470.220.00   0.14
XYZ34.685238.022272.5287
Yxy38.02220.23880.2618
Hunter Lab61.6621-7.5018-26.5750
CIE-Lab68.0370-4.9237-29.7766

#75abdb color RGB value is (117,171,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101011 11011011
Octal 165 253 333
Decimal 117 171 219
Hex 75 AB DB

RGB Percentages of Color #75abdb

%23.08
%33.73
%43.20

CMYK Percentages of Color #75abdb

%47
%22
%0
%14

Triadic Colors of #75abdb

#75abdb #db75ab #abdb75

Analogous Colors of #75abdb

#75abdb #7578db #75dbd8

Monochromatic Colors of #75abdb

#75abdb

Complementary Color

#75abdb #dba575

#75abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75abdb Color CSS Codes

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

#75abdb Text Font Color

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

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


#75abdb Background Color

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

This div background color is #75abdb


#75abdb Border Color

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

This div border color is #75abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75abdb


Comments

No comments written yet.

Please login to write comment.