Color Hex Logo

#75dcb9 Color Hex

#75DCB9
(117,220,185)
0 Favorites   0 Comments

Color spaces of #75dcb9

RGB 117220185
HSL0.440.600.66
HSV160°47°86°
CMYK 0.470.000.16   0.14
XYZ41.686358.471154.9879
Yxy58.47110.26870.3769
Hunter Lab76.4664-36.505410.8903
CIE-Lab81.0000-38.21607.9720

#75dcb9 color RGB value is (117,220,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011100 10111001
Octal 165 334 271
Decimal 117 220 185
Hex 75 DC B9

RGB Percentages of Color #75dcb9

%22.41
%42.15
%35.44

CMYK Percentages of Color #75dcb9

%47
%0
%16
%14

Triadic Colors of #75dcb9

#75dcb9 #b975dc #dcb975

Analogous Colors of #75dcb9

#75dcb9 #75ccdc #75dc86

Monochromatic Colors of #75dcb9

#75dcb9

Complementary Color

#75dcb9 #dc7598

#75dcb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75dcb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75dcb9 Color CSS Codes

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

#75dcb9 Text Font Color

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

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


#75dcb9 Background Color

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

This div background color is #75dcb9


#75dcb9 Border Color

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

This div border color is #75dcb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75dcb9


Comments

No comments written yet.

Please login to write comment.