Color Hex Logo

#75dfcc Color Hex

#75DFCC
(117,223,204)
0 Favorites   0 Comments

Color spaces of #75dfcc

RGB 117223204
HSL0.470.620.67
HSV169°48°87°
CMYK 0.480.000.09   0.13
XYZ44.622960.916966.5330
Yxy60.91690.25930.3540
Hunter Lab78.0493-34.53294.0928
CIE-Lab82.3340-35.2474-0.1744

#75dfcc color RGB value is (117,223,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011111 11001100
Octal 165 337 314
Decimal 117 223 204
Hex 75 DF CC

RGB Percentages of Color #75dfcc

%21.51
%40.99
%37.50

CMYK Percentages of Color #75dfcc

%48
%0
%9
%13

Triadic Colors of #75dfcc

#75dfcc #cc75df #dfcc75

Analogous Colors of #75dfcc

#75dfcc #75bddf #75df97

Monochromatic Colors of #75dfcc

#75dfcc

Complementary Color

#75dfcc #df7588

#75dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#75dfcc Color CSS Codes

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

#75dfcc Text Font Color

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

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


#75dfcc Background Color

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

This div background color is #75dfcc


#75dfcc Border Color

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

This div border color is #75dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75dfcc


Comments

No comments written yet.

Please login to write comment.