Color Hex Logo

#75dfbd Color Hex

#75DFBD
(117,223,189)
0 Favorites   0 Comments

Color spaces of #75dfbd

RGB 117223189
HSL0.450.620.67
HSV161°48°87°
CMYK 0.480.000.15   0.13
XYZ42.909160.231457.5084
Yxy60.23140.26710.3749
Hunter Lab77.6089-37.124910.3922
CIE-Lab81.9638-38.69167.2365

#75dfbd color RGB value is (117,223,189).

#75dfbd hex color red value is 117, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #75dfbd hue: 0.45 , saturation: 0.62 and the lightness value of 75dfbd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011111 10111101
Octal 165 337 275
Decimal 117 223 189
Hex 75 DF BD

RGB Percentages of Color #75dfbd

%22.12
%42.16
%35.73

CMYK Percentages of Color #75dfbd

%48
%0
%15
%13

Triadic Colors of #75dfbd

#75dfbd #bd75df #dfbd75

Analogous Colors of #75dfbd

#75dfbd #75ccdf #75df88

Monochromatic Colors of #75dfbd

#75dfbd

Complementary Color

#75dfbd #df7597

#75dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#75dfbd Color CSS Codes

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

#75dfbd Text Font Color

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

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


#75dfbd Background Color

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

This div background color is #75dfbd


#75dfbd Border Color

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

This div border color is #75dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75dfbd


Comments

No comments written yet.

Please login to write comment.