Color Hex Logo

#7dcfac Color Hex

#7DCFAC
(125,207,172)
0 Favorites   0 Comments

Color spaces of #7dcfac

RGB 125207172
HSL0.430.460.65
HSV154°40°81°
CMYK 0.400.000.17   0.19
XYZ38.216751.964247.0456
Yxy51.96420.27850.3787
Hunter Lab72.0862-31.518611.7659
CIE-Lab77.2594-32.93909.5929

#7dcfac color RGB value is (125,207,172).

#7dcfac hex color red value is 125, green value is 207 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7dcfac hue: 0.43 , saturation: 0.46 and the lightness value of 7dcfac is 0.65.

The process color (four color CMYK) of #7dcfac color hex is 0.40, 0.00, 0.17, 0.19. Web safe color of #7dcfac is #66cc99. Color #7dcfac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001111 10101100
Octal 175 317 254
Decimal 125 207 172
Hex 7D CF AC

RGB Percentages of Color #7dcfac

%24.80
%41.07
%34.13

CMYK Percentages of Color #7dcfac

%40
%0
%17
%19

Triadic Colors of #7dcfac

#7dcfac #ac7dcf #cfac7d

Analogous Colors of #7dcfac

#7dcfac #7dc9cf #7dcf83

Monochromatic Colors of #7dcfac

#7dcfac

Complementary Color

#7dcfac #cf7da0

#7dcfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcfac Color CSS Codes

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

#7dcfac Text Font Color

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

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


#7dcfac Background Color

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

This div background color is #7dcfac


#7dcfac Border Color

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

This div border color is #7dcfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcfac


Comments

No comments written yet.

Please login to write comment.