Color Hex Logo

#7cdaaf Color Hex

#7CDAAF
(124,218,175)
0 Favorites   0 Comments

Color spaces of #7cdaaf

RGB 124218175
HSL0.420.560.67
HSV153°43°85°
CMYK 0.430.000.20   0.15
XYZ41.121457.523049.4932
Yxy57.52300.27760.3883
Hunter Lab75.8439-35.946914.4001
CIE-Lab80.4729-37.667612.5554

#7cdaaf color RGB value is (124,218,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011010 10101111
Octal 174 332 257
Decimal 124 218 175
Hex 7C DA AF

RGB Percentages of Color #7cdaaf

%23.98
%42.17
%33.85

CMYK Percentages of Color #7cdaaf

%43
%0
%20
%15

Triadic Colors of #7cdaaf

#7cdaaf #af7cda #daaf7c

Analogous Colors of #7cdaaf

#7cdaaf #7cd6da #7cda80

Monochromatic Colors of #7cdaaf

#7cdaaf

Complementary Color

#7cdaaf #da7ca7

#7cdaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdaaf Color CSS Codes

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

#7cdaaf Text Font Color

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

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


#7cdaaf Background Color

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

This div background color is #7cdaaf


#7cdaaf Border Color

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

This div border color is #7cdaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdaaf


Comments

No comments written yet.

Please login to write comment.