Color Hex Logo

#75bdcb Color Hex

#75BDCB
(117,189,203)
0 Favorites   0 Comments

Color spaces of #75bdcb

RGB 117189203
HSL0.530.450.63
HSV190°42°80°
CMYK 0.420.070.00   0.20
XYZ36.313244.488963.1732
Yxy44.48890.25220.3090
Hunter Lab66.7000-19.5450-9.4650
CIE-Lab72.5541-18.8890-14.1301

#75bdcb color RGB value is (117,189,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111101 11001011
Octal 165 275 313
Decimal 117 189 203
Hex 75 BD CB

RGB Percentages of Color #75bdcb

%22.99
%37.13
%39.88

CMYK Percentages of Color #75bdcb

%42
%7
%0
%20

Triadic Colors of #75bdcb

#75bdcb #cb75bd #bdcb75

Analogous Colors of #75bdcb

#75bdcb #7592cb #75cbae

Monochromatic Colors of #75bdcb

#75bdcb

Complementary Color

#75bdcb #cb8375

#75bdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bdcb Color CSS Codes

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

#75bdcb Text Font Color

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

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


#75bdcb Background Color

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

This div background color is #75bdcb


#75bdcb Border Color

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

This div border color is #75bdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bdcb


Comments

No comments written yet.

Please login to write comment.