Color Hex Logo

#75bdcd Color Hex

#75BDCD
(117,189,205)
0 Favorites   0 Comments

Color spaces of #75bdcd

RGB 117189205
HSL0.530.470.63
HSV191°43°80°
CMYK 0.430.080.00   0.20
XYZ36.553244.584964.4368
Yxy44.58490.25110.3063
Hunter Lab66.7719-19.1340-10.4762
CIE-Lab72.6177-18.3659-15.1252

#75bdcd color RGB value is (117,189,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111101 11001101
Octal 165 275 315
Decimal 117 189 205
Hex 75 BD CD

RGB Percentages of Color #75bdcd

%22.90
%36.99
%40.12

CMYK Percentages of Color #75bdcd

%43
%8
%0
%20

Triadic Colors of #75bdcd

#75bdcd #cd75bd #bdcd75

Analogous Colors of #75bdcd

#75bdcd #7591cd #75cdb1

Monochromatic Colors of #75bdcd

#75bdcd

Complementary Color

#75bdcd #cd8575

#75bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bdcd Color CSS Codes

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

#75bdcd Text Font Color

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

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


#75bdcd Background Color

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

This div background color is #75bdcd


#75bdcd Border Color

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

This div border color is #75bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bdcd


Comments

No comments written yet.

Please login to write comment.