Color Hex Logo

#7dceae Color Hex

#7DCEAE
(125,206,174)
0 Favorites   0 Comments

Color spaces of #7dceae

RGB 125206174
HSL0.430.450.65
HSV156°39°81°
CMYK 0.390.000.16   0.19
XYZ38.168751.558647.9845
Yxy51.55860.27720.3744
Hunter Lab71.8043-30.773110.6414
CIE-Lab77.0162-32.04508.1742

#7dceae color RGB value is (125,206,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001110 10101110
Octal 175 316 256
Decimal 125 206 174
Hex 7D CE AE

RGB Percentages of Color #7dceae

%24.75
%40.79
%34.46

CMYK Percentages of Color #7dceae

%39
%0
%16
%19

Triadic Colors of #7dceae

#7dceae #ae7dce #ceae7d

Analogous Colors of #7dceae

#7dceae #7dc6ce #7dce86

Monochromatic Colors of #7dceae

#7dceae

Complementary Color

#7dceae #ce7d9d

#7dceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dceae Color CSS Codes

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

#7dceae Text Font Color

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

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


#7dceae Background Color

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

This div background color is #7dceae


#7dceae Border Color

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

This div border color is #7dceae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dceae


Comments

No comments written yet.

Please login to write comment.