Color Hex Logo

#7caccc Color Hex

#7CACCC
(124,172,204)
0 Favorites   0 Comments

Color spaces of #7caccc

RGB 124172204
HSL0.570.440.64
HSV204°39°80°
CMYK 0.390.160.00   0.20
XYZ33.963838.149862.7003
Yxy38.14980.25190.2830
Hunter Lab61.7655-9.9356-16.9514
CIE-Lab68.1309-7.8230-21.3390

#7caccc color RGB value is (124,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101100 11001100
Octal 174 254 314
Decimal 124 172 204
Hex 7C AC CC

RGB Percentages of Color #7caccc

%24.80
%34.40
%40.80

CMYK Percentages of Color #7caccc

%39
%16
%0
%20

Triadic Colors of #7caccc

#7caccc #cc7cac #accc7c

Analogous Colors of #7caccc

#7caccc #7c84cc #7cccc4

Monochromatic Colors of #7caccc

#7caccc

Complementary Color

#7caccc #cc9c7c

#7caccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7caccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7caccc Color CSS Codes

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

#7caccc Text Font Color

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

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


#7caccc Background Color

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

This div background color is #7caccc


#7caccc Border Color

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

This div border color is #7caccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7caccc


Comments

No comments written yet.

Please login to write comment.