Color Hex Logo

#7cadab Color Hex

#7CADAB
(124,173,171)
0 Favorites   0 Comments

Color spaces of #7cadab

RGB 124173171
HSL0.490.230.58
HSV178°28°68°
CMYK 0.280.000.01   0.32
XYZ30.606437.112544.0784
Yxy37.11250.27380.3320
Hunter Lab60.9200-16.9311-0.2550
CIE-Lab67.3613-16.6052-4.2248

#7cadab color RGB value is (124,173,171).

#7cadab hex color red value is 124, green value is 173 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7cadab hue: 0.49 , saturation: 0.23 and the lightness value of 7cadab is 0.58.

The process color (four color CMYK) of #7cadab color hex is 0.28, 0.00, 0.01, 0.32. Web safe color of #7cadab is #669999. Color #7cadab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101101 10101011
Octal 174 255 253
Decimal 124 173 171
Hex 7C AD AB

RGB Percentages of Color #7cadab

%26.50
%36.97
%36.54

CMYK Percentages of Color #7cadab

%28
%0
%1
%32

Triadic Colors of #7cadab

#7cadab #ab7cad #adab7c

Analogous Colors of #7cadab

#7cadab #7c97ad #7cad93

Monochromatic Colors of #7cadab

#7cadab

Complementary Color

#7cadab #ad7c7e

#7cadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cadab Color CSS Codes

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

#7cadab Text Font Color

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

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


#7cadab Background Color

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

This div background color is #7cadab


#7cadab Border Color

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

This div border color is #7cadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cadab


Comments

No comments written yet.

Please login to write comment.