Color Hex Logo

#7dccc5 Color Hex

#7DCCC5
(125,204,197)
0 Favorites   0 Comments

Color spaces of #7dccc5

RGB 125204197
HSL0.490.440.65
HSV175°39°80°
CMYK 0.390.000.03   0.20
XYZ40.128451.576960.6637
Yxy51.57690.26340.3385
Hunter Lab71.8171-25.94140.1898
CIE-Lab77.0272-25.8842-4.1792

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001100 11000101
Octal 175 314 305
Decimal 125 204 197
Hex 7D CC C5

RGB Percentages of Color #7dccc5

%23.76
%38.78
%37.45

CMYK Percentages of Color #7dccc5

%39
%0
%3
%20

Triadic Colors of #7dccc5

#7dccc5 #c57dcc #ccc57d

Analogous Colors of #7dccc5

#7dccc5 #7daccc #7dcc9e

Monochromatic Colors of #7dccc5

#7dccc5

Complementary Color

#7dccc5 #cc7d84

#7dccc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dccc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dccc5 Color CSS Codes

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

#7dccc5 Text Font Color

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

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


#7dccc5 Background Color

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

This div background color is #7dccc5


#7dccc5 Border Color

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

This div border color is #7dccc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dccc5


Comments

No comments written yet.

Please login to write comment.