Color Hex Logo

#75bccc Color Hex

#75BCCC
(117,188,204)
0 Favorites   0 Comments

Color spaces of #75bccc

RGB 117188204
HSL0.530.460.63
HSV191°43°80°
CMYK 0.430.080.00   0.20
XYZ36.218444.108063.7315
Yxy44.10800.25140.3062
Hunter Lab66.4139-18.8803-10.4057
CIE-Lab72.3006-18.1126-15.0571

#75bccc color RGB value is (117,188,204).

#75bccc hex color red value is 117, green value is 188 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #75bccc hue: 0.53 , saturation: 0.46 and the lightness value of 75bccc is 0.63.

The process color (four color CMYK) of #75bccc color hex is 0.43, 0.08, 0.00, 0.20. Web safe color of #75bccc is #66cccc. Color #75bccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111100 11001100
Octal 165 274 314
Decimal 117 188 204
Hex 75 BC CC

RGB Percentages of Color #75bccc

%22.99
%36.94
%40.08

CMYK Percentages of Color #75bccc

%43
%8
%0
%20

Triadic Colors of #75bccc

#75bccc #cc75bc #bccc75

Analogous Colors of #75bccc

#75bccc #7591cc #75ccb1

Monochromatic Colors of #75bccc

#75bccc

Complementary Color

#75bccc #cc8575

#75bccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bccc Color CSS Codes

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

#75bccc Text Font Color

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

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


#75bccc Background Color

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

This div background color is #75bccc


#75bccc Border Color

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

This div border color is #75bccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bccc


Comments

No comments written yet.

Please login to write comment.