Color Hex Logo

#75dfc2 Color Hex

#75DFC2
(117,223,194)
0 Favorites   0 Comments

Color spaces of #75dfc2

RGB 117223194
HSL0.450.620.67
HSV164°48°87°
CMYK 0.480.000.13   0.13
XYZ43.461460.452360.4167
Yxy60.45230.26450.3679
Hunter Lab77.7511-36.28628.3543
CIE-Lab82.0834-37.56854.7621

#75dfc2 color RGB value is (117,223,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011111 11000010
Octal 165 337 302
Decimal 117 223 194
Hex 75 DF C2

RGB Percentages of Color #75dfc2

%21.91
%41.76
%36.33

CMYK Percentages of Color #75dfc2

%48
%0
%13
%13

Triadic Colors of #75dfc2

#75dfc2 #c275df #dfc275

Analogous Colors of #75dfc2

#75dfc2 #75c7df #75df8d

Monochromatic Colors of #75dfc2

#75dfc2

Complementary Color

#75dfc2 #df7592

#75dfc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75dfc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75dfc2 Color CSS Codes

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

#75dfc2 Text Font Color

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

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


#75dfc2 Background Color

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

This div background color is #75dfc2


#75dfc2 Border Color

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

This div border color is #75dfc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75dfc2


Comments

No comments written yet.

Please login to write comment.