Color Hex Logo

#75deb5 Color Hex

#75DEB5
(117,222,181)
0 Favorites   0 Comments

Color spaces of #75deb5

RGB 117222181
HSL0.430.610.66
HSV157°47°87°
CMYK 0.470.000.18   0.13
XYZ41.797959.360752.9708
Yxy59.36070.27120.3851
Hunter Lab77.0459-37.992913.1689
CIE-Lab81.4895-39.987010.7877

#75deb5 color RGB value is (117,222,181).

#75deb5 hex color red value is 117, green value is 222 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #75deb5 hue: 0.43 , saturation: 0.61 and the lightness value of 75deb5 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011110 10110101
Octal 165 336 265
Decimal 117 222 181
Hex 75 DE B5

RGB Percentages of Color #75deb5

%22.50
%42.69
%34.81

CMYK Percentages of Color #75deb5

%47
%0
%18
%13

Triadic Colors of #75deb5

#75deb5 #b575de #deb575

Analogous Colors of #75deb5

#75deb5 #75d3de #75de81

Monochromatic Colors of #75deb5

#75deb5

Complementary Color

#75deb5 #de759e

#75deb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75deb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75deb5 Color CSS Codes

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

#75deb5 Text Font Color

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

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


#75deb5 Background Color

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

This div background color is #75deb5


#75deb5 Border Color

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

This div border color is #75deb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75deb5


Comments

No comments written yet.

Please login to write comment.