Color Hex Logo

#75cbbb Color Hex

#75CBBB
(117,203,187)
0 Favorites   0 Comments

Color spaces of #75cbbb

RGB 117203187
HSL0.470.450.63
HSV169°42°80°
CMYK 0.420.000.08   0.20
XYZ37.661750.081654.6955
Yxy50.08160.26440.3516
Hunter Lab70.7684-28.85003.7137
CIE-Lab76.1193-29.8199-0.1602

#75cbbb color RGB value is (117,203,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001011 10111011
Octal 165 313 273
Decimal 117 203 187
Hex 75 CB BB

RGB Percentages of Color #75cbbb

%23.08
%40.04
%36.88

CMYK Percentages of Color #75cbbb

%42
%0
%8
%20

Triadic Colors of #75cbbb

#75cbbb #bb75cb #cbbb75

Analogous Colors of #75cbbb

#75cbbb #75b0cb #75cb90

Monochromatic Colors of #75cbbb

#75cbbb

Complementary Color

#75cbbb #cb7585

#75cbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cbbb Color CSS Codes

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

#75cbbb Text Font Color

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

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


#75cbbb Background Color

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

This div background color is #75cbbb


#75cbbb Border Color

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

This div border color is #75cbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cbbb


Comments

No comments written yet.

Please login to write comment.