Color Hex Logo

#75dbbd Color Hex

#75DBBD
(117,219,189)
0 Favorites   0 Comments

Color spaces of #75dbbd

RGB 117219189
HSL0.450.590.66
HSV162°47°86°
CMYK 0.470.000.14   0.14
XYZ41.852958.119157.1563
Yxy58.11910.26640.3699
Hunter Lab76.2359-35.41778.9136
CIE-Lab80.8050-36.86995.5691

#75dbbd color RGB value is (117,219,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011011 10111101
Octal 165 333 275
Decimal 117 219 189
Hex 75 DB BD

RGB Percentages of Color #75dbbd

%22.29
%41.71
%36.00

CMYK Percentages of Color #75dbbd

%47
%0
%14
%14

Triadic Colors of #75dbbd

#75dbbd #bd75db #dbbd75

Analogous Colors of #75dbbd

#75dbbd #75c6db #75db8a

Monochromatic Colors of #75dbbd

#75dbbd

Complementary Color

#75dbbd #db7593

#75dbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75dbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#75dbbd Color CSS Codes

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

#75dbbd Text Font Color

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

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


#75dbbd Background Color

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

This div background color is #75dbbd


#75dbbd Border Color

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

This div border color is #75dbbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,219,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 #75dbbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75dbbd


Comments

No comments written yet.

Please login to write comment.