Color Hex Logo

#75dfcf Color Hex

#75DFCF
(117,223,207)
0 Favorites   0 Comments

Color spaces of #75dfcf

RGB 117223207
HSL0.470.620.67
HSV171°48°87°
CMYK 0.480.000.07   0.13
XYZ44.986361.062368.4467
Yxy61.06230.25780.3499
Hunter Lab78.1424-33.98732.7662
CIE-Lab82.4122-34.5323-1.6514

#75dfcf color RGB value is (117,223,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011111 11001111
Octal 165 337 317
Decimal 117 223 207
Hex 75 DF CF

RGB Percentages of Color #75dfcf

%21.39
%40.77
%37.84

CMYK Percentages of Color #75dfcf

%48
%0
%7
%13

Triadic Colors of #75dfcf

#75dfcf #cf75df #dfcf75

Analogous Colors of #75dfcf

#75dfcf #75badf #75df9a

Monochromatic Colors of #75dfcf

#75dfcf

Complementary Color

#75dfcf #df7585

#75dfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75dfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#75dfcf Color CSS Codes

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

#75dfcf Text Font Color

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

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


#75dfcf Background Color

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

This div background color is #75dfcf


#75dfcf Border Color

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

This div border color is #75dfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75dfcf


Comments

No comments written yet.

Please login to write comment.