Color Hex Logo

#7cdaad Color Hex

#7CDAAD
(124,218,173)
0 Favorites   0 Comments

Color spaces of #7cdaad

RGB 124218173
HSL0.420.560.67
HSV151°43°85°
CMYK 0.430.000.21   0.15
XYZ40.926457.445048.4661
Yxy57.44500.27870.3912
Hunter Lab75.7925-36.250515.1413
CIE-Lab80.4292-38.078313.5513

#7cdaad color RGB value is (124,218,173).

#7cdaad hex color red value is 124, green value is 218 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7cdaad hue: 0.42 , saturation: 0.56 and the lightness value of 7cdaad is 0.67.

The process color (four color CMYK) of #7cdaad color hex is 0.43, 0.00, 0.21, 0.15. Web safe color of #7cdaad is #66cc99. Color #7cdaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011010 10101101
Octal 174 332 255
Decimal 124 218 173
Hex 7C DA AD

RGB Percentages of Color #7cdaad

%24.08
%42.33
%33.59

CMYK Percentages of Color #7cdaad

%43
%0
%21
%15

Triadic Colors of #7cdaad

#7cdaad #ad7cda #daad7c

Analogous Colors of #7cdaad

#7cdaad #7cd8da #7cda7e

Monochromatic Colors of #7cdaad

#7cdaad

Complementary Color

#7cdaad #da7ca9

#7cdaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdaad Color CSS Codes

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

#7cdaad Text Font Color

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

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


#7cdaad Background Color

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

This div background color is #7cdaad


#7cdaad Border Color

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

This div border color is #7cdaad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,218,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7cdaad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7cdaad;
  -webkit-box-shadow: 1px 1px 3px 2px #7cdaad;
  box-shadow:         1px 1px 3px 2px #7cdaad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,218,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdaad


Comments

No comments written yet.

Please login to write comment.