Color Hex Logo

#7cadaf Color Hex

#7CADAF
(124,173,175)
0 Favorites   0 Comments

Color spaces of #7cadaf

RGB 124173175
HSL0.510.240.59
HSV182°29°69°
CMYK 0.290.010.00   0.31
XYZ30.993637.267446.1172
Yxy37.26740.27100.3258
Hunter Lab61.0470-16.2078-2.0570
CIE-Lab67.4772-15.6653-6.2719

#7cadaf color RGB value is (124,173,175).

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

The process color (four color CMYK) of #7cadaf color hex is 0.29, 0.01, 0.00, 0.31. Web safe color of #7cadaf is #669999. Color #7cadaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101101 10101111
Octal 174 255 257
Decimal 124 173 175
Hex 7C AD AF

RGB Percentages of Color #7cadaf

%26.27
%36.65
%37.08

CMYK Percentages of Color #7cadaf

%29
%1
%0
%31

Triadic Colors of #7cadaf

#7cadaf #af7cad #adaf7c

Analogous Colors of #7cadaf

#7cadaf #7c94af #7caf98

Monochromatic Colors of #7cadaf

#7cadaf

Complementary Color

#7cadaf #af7e7c

#7cadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cadaf Color CSS Codes

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

#7cadaf Text Font Color

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

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


#7cadaf Background Color

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

This div background color is #7cadaf


#7cadaf Border Color

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

This div border color is #7cadaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cadaf


Comments

No comments written yet.

Please login to write comment.