Color Hex Logo

#7cabad Color Hex

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

Color spaces of #7cabad

RGB 124171173
HSL0.510.230.58
HSV182°28°68°
CMYK 0.280.010.00   0.32
XYZ30.417936.428044.9633
Yxy36.42800.27210.3258
Hunter Lab60.3556-15.6623-1.9205
CIE-Lab66.8457-15.0875-6.0974

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

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

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

Base Numbers

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

RGB Percentages of Color #7cabad

%26.50
%36.54
%36.97

CMYK Percentages of Color #7cabad

%28
%1
%0
%32

Triadic Colors of #7cabad

#7cabad #ad7cab #abad7c

Analogous Colors of #7cabad

#7cabad #7c93ad #7cad97

Monochromatic Colors of #7cabad

#7cabad

Complementary Color

#7cabad #ad7e7c

#7cabad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cabad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cabad Color CSS Codes

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

#7cabad Text Font Color

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

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


#7cabad Background Color

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

This div background color is #7cabad


#7cabad Border Color

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

This div border color is #7cabad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,171,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 #7cabad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cabad


Comments

No comments written yet.

Please login to write comment.