Color Hex Logo

#75badb Color Hex

#75BADB
(117,186,219)
0 Favorites   0 Comments

Color spaces of #75badb

RGB 117186219
HSL0.550.590.66
HSV199°47°86°
CMYK 0.470.150.00   0.14
XYZ37.681244.014273.5274
Yxy44.01420.24280.2836
Hunter Lab66.3432-14.7173-19.2702
CIE-Lab72.2380-13.0267-23.3316

#75badb color RGB value is (117,186,219).

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

The process color (four color CMYK) of #75badb color hex is 0.47, 0.15, 0.00, 0.14. Web safe color of #75badb is #66cccc. Color #75badb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111010 11011011
Octal 165 272 333
Decimal 117 186 219
Hex 75 BA DB

RGB Percentages of Color #75badb

%22.41
%35.63
%41.95

CMYK Percentages of Color #75badb

%47
%15
%0
%14

Triadic Colors of #75badb

#75badb #db75ba #badb75

Analogous Colors of #75badb

#75badb #7587db #75dbc9

Monochromatic Colors of #75badb

#75badb

Complementary Color

#75badb #db9675

#75badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75badb Color CSS Codes

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

#75badb Text Font Color

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

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


#75badb Background Color

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

This div background color is #75badb


#75badb Border Color

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

This div border color is #75badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75badb


Comments

No comments written yet.

Please login to write comment.