Color Hex Logo

#7dcccc Color Hex

#7DCCCC
(125,204,204)
0 Favorites   0 Comments

Color spaces of #7dcccc

RGB 125204204
HSL0.500.440.65
HSV180°39°80°
CMYK 0.390.000.00   0.20
XYZ40.949451.905364.9872
Yxy51.90530.25940.3288
Hunter Lab72.0453-24.6228-3.0497
CIE-Lab77.2242-24.1926-7.6598

#7dcccc color RGB value is (125,204,204).

#7dcccc hex color red value is 125, green value is 204 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7dcccc hue: 0.50 , saturation: 0.44 and the lightness value of 7dcccc is 0.65.

The process color (four color CMYK) of #7dcccc color hex is 0.39, 0.00, 0.00, 0.20. Web safe color of #7dcccc is #66cccc. Color #7dcccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001100 11001100
Octal 175 314 314
Decimal 125 204 204
Hex 7D CC CC

RGB Percentages of Color #7dcccc

%23.45
%38.27
%38.27

CMYK Percentages of Color #7dcccc

%39
%0
%0
%20

Triadic Colors of #7dcccc

#7dcccc #cc7dcc #cccc7d

Analogous Colors of #7dcccc

#7dcccc #7da5cc #7dcca5

Monochromatic Colors of #7dcccc

#7dcccc

Complementary Color

#7dcccc #cc7d7d

#7dcccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcccc Color CSS Codes

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

#7dcccc Text Font Color

<p style="color:#7dcccc">Text here</p>

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


#7dcccc Background Color

<div style="background-color:#7dcccc">
Div content here</div>

This div background color is #7dcccc


#7dcccc Border Color

<div style="border:3px solid #7dcccc">
Div here</div>

This div border color is #7dcccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,204,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7dcccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7dcccc;
  -webkit-box-shadow: 1px 1px 3px 2px #7dcccc;
  box-shadow:         1px 1px 3px 2px #7dcccc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,204,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 #7dcccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcccc


Comments

No comments written yet.

Please login to write comment.