Color Hex Logo

#75bbdc Color Hex

#75BBDC
(117,187,220)
0 Favorites   0 Comments

Color spaces of #75bbdc

RGB 117187220
HSL0.550.600.66
HSV199°47°86°
CMYK 0.470.150.00   0.14
XYZ38.024744.489974.2934
Yxy44.48990.24250.2837
Hunter Lab66.7007-14.9672-19.3485
CIE-Lab72.5547-13.2792-23.3927

#75bbdc color RGB value is (117,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111011 11011100
Octal 165 273 334
Decimal 117 187 220
Hex 75 BB DC

RGB Percentages of Color #75bbdc

%22.33
%35.69
%41.98

CMYK Percentages of Color #75bbdc

%47
%15
%0
%14

Triadic Colors of #75bbdc

#75bbdc #dc75bb #bbdc75

Analogous Colors of #75bbdc

#75bbdc #7588dc #75dcca

Monochromatic Colors of #75bbdc

#75bbdc

Complementary Color

#75bbdc #dc9675

#75bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bbdc Color CSS Codes

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

#75bbdc Text Font Color

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

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


#75bbdc Background Color

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

This div background color is #75bbdc


#75bbdc Border Color

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

This div border color is #75bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bbdc


Comments

No comments written yet.

Please login to write comment.