Color Hex Logo

#75badc Color Hex

#75BADC
(117,186,220)
0 Favorites   0 Comments

Color spaces of #75badc

RGB 117186220
HSL0.560.600.66
HSV200°47°86°
CMYK 0.470.150.00   0.14
XYZ37.813344.067074.2230
Yxy44.06700.24220.2823
Hunter Lab66.3830-14.4924-19.8242
CIE-Lab72.2733-12.7500-23.8223

#75badc color RGB value is (117,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111010 11011100
Octal 165 272 334
Decimal 117 186 220
Hex 75 BA DC

RGB Percentages of Color #75badc

%22.37
%35.56
%42.07

CMYK Percentages of Color #75badc

%47
%15
%0
%14

Triadic Colors of #75badc

#75badc #dc75ba #badc75

Analogous Colors of #75badc

#75badc #7587dc #75dccb

Monochromatic Colors of #75badc

#75badc

Complementary Color

#75badc #dc9775

#75badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#75badc Color CSS Codes

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

#75badc Text Font Color

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

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


#75badc Background Color

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

This div background color is #75badc


#75badc Border Color

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

This div border color is #75badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75badc


Comments

No comments written yet.

Please login to write comment.