Color Hex Logo

#7dcac2 Color Hex

#7DCAC2
(125,202,194)
0 Favorites   0 Comments

Color spaces of #7dcac2

RGB 125202194
HSL0.480.420.64
HSV174°38°79°
CMYK 0.380.000.04   0.21
XYZ39.315650.496158.7135
Yxy50.49610.26470.3400
Hunter Lab71.0606-25.59760.7543
CIE-Lab76.3728-25.6134-3.5247

#7dcac2 color RGB value is (125,202,194).

#7dcac2 hex color red value is 125, green value is 202 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #7dcac2 hue: 0.48 , saturation: 0.42 and the lightness value of 7dcac2 is 0.64.

The process color (four color CMYK) of #7dcac2 color hex is 0.38, 0.00, 0.04, 0.21. Web safe color of #7dcac2 is #66cccc. Color #7dcac2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001010 11000010
Octal 175 312 302
Decimal 125 202 194
Hex 7D CA C2

RGB Percentages of Color #7dcac2

%23.99
%38.77
%37.24

CMYK Percentages of Color #7dcac2

%38
%0
%4
%21

Triadic Colors of #7dcac2

#7dcac2 #c27dca #cac27d

Analogous Colors of #7dcac2

#7dcac2 #7dacca #7dca9c

Monochromatic Colors of #7dcac2

#7dcac2

Complementary Color

#7dcac2 #ca7d85

#7dcac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcac2 Color CSS Codes

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

#7dcac2 Text Font Color

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

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


#7dcac2 Background Color

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

This div background color is #7dcac2


#7dcac2 Border Color

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

This div border color is #7dcac2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcac2


Comments

No comments written yet.

Please login to write comment.