Color Hex Logo

#75dcbe Color Hex

#75DCBE
(117,220,190)
0 Favorites   0 Comments

Color spaces of #75dcbe

RGB 117220190
HSL0.450.600.66
HSV163°47°86°
CMYK 0.470.000.14   0.14
XYZ42.223658.686057.8173
Yxy58.68600.26600.3697
Hunter Lab76.6068-35.67758.8769
CIE-Lab81.1187-37.10245.4904

#75dcbe color RGB value is (117,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011100 10111110
Octal 165 334 276
Decimal 117 220 190
Hex 75 DC BE

RGB Percentages of Color #75dcbe

%22.20
%41.75
%36.05

CMYK Percentages of Color #75dcbe

%47
%0
%14
%14

Triadic Colors of #75dcbe

#75dcbe #be75dc #dcbe75

Analogous Colors of #75dcbe

#75dcbe #75c7dc #75dc8b

Monochromatic Colors of #75dcbe

#75dcbe

Complementary Color

#75dcbe #dc7593

#75dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#75dcbe Color CSS Codes

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

#75dcbe Text Font Color

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

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


#75dcbe Background Color

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

This div background color is #75dcbe


#75dcbe Border Color

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

This div border color is #75dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75dcbe


Comments

No comments written yet.

Please login to write comment.