Color Hex Logo

#75dcbf Color Hex

#75DCBF
(117,220,191)
0 Favorites   0 Comments

Color spaces of #75dcbf

RGB 117220191
HSL0.450.600.66
HSV163°47°86°
CMYK 0.470.000.13   0.14
XYZ42.333358.729958.3950
Yxy58.72990.26550.3683
Hunter Lab76.6354-35.50898.4668
CIE-Lab81.1429-36.87664.9946

#75dcbf color RGB value is (117,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011100 10111111
Octal 165 334 277
Decimal 117 220 191
Hex 75 DC BF

RGB Percentages of Color #75dcbf

%22.16
%41.67
%36.17

CMYK Percentages of Color #75dcbf

%47
%0
%13
%14

Triadic Colors of #75dcbf

#75dcbf #bf75dc #dcbf75

Analogous Colors of #75dcbf

#75dcbf #75c6dc #75dc8c

Monochromatic Colors of #75dcbf

#75dcbf

Complementary Color

#75dcbf #dc7592

#75dcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75dcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#75dcbf Color CSS Codes

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

#75dcbf Text Font Color

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

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


#75dcbf Background Color

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

This div background color is #75dcbf


#75dcbf Border Color

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

This div border color is #75dcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75dcbf


Comments

No comments written yet.

Please login to write comment.