Color Hex Logo

#7caccd Color Hex

#7CACCD
(124,172,205)
0 Favorites   0 Comments

Color spaces of #7caccd

RGB 124172205
HSL0.570.450.65
HSV204°40°80°
CMYK 0.400.160.00   0.20
XYZ34.084138.197963.3341
Yxy38.19790.25130.2817
Hunter Lab61.8044-9.7181-17.4943
CIE-Lab68.1662-7.5569-21.8369

#7caccd color RGB value is (124,172,205).

#7caccd hex color red value is 124, green value is 172 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7caccd hue: 0.57 , saturation: 0.45 and the lightness value of 7caccd is 0.65.

The process color (four color CMYK) of #7caccd color hex is 0.40, 0.16, 0.00, 0.20. Web safe color of #7caccd is #6699cc. Color #7caccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101100 11001101
Octal 174 254 315
Decimal 124 172 205
Hex 7C AC CD

RGB Percentages of Color #7caccd

%24.75
%34.33
%40.92

CMYK Percentages of Color #7caccd

%40
%16
%0
%20

Triadic Colors of #7caccd

#7caccd #cd7cac #accd7c

Analogous Colors of #7caccd

#7caccd #7c84cd #7ccdc6

Monochromatic Colors of #7caccd

#7caccd

Complementary Color

#7caccd #cd9d7c

#7caccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7caccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7caccd Color CSS Codes

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

#7caccd Text Font Color

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

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


#7caccd Background Color

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

This div background color is #7caccd


#7caccd Border Color

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

This div border color is #7caccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7caccd


Comments

No comments written yet.

Please login to write comment.