Color Hex Logo

#7cacca Color Hex

#7CACCA
(124,172,202)
0 Favorites   0 Comments

Color spaces of #7cacca

RGB 124172202
HSL0.560.420.64
HSV203°39°79°
CMYK 0.390.150.00   0.21
XYZ33.725438.054461.4448
Yxy38.05440.25310.2856
Hunter Lab61.6882-10.3672-15.8742
CIE-Lab68.0607-8.3526-20.3420

#7cacca color RGB value is (124,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101100 11001010
Octal 174 254 312
Decimal 124 172 202
Hex 7C AC CA

RGB Percentages of Color #7cacca

%24.90
%34.54
%40.56

CMYK Percentages of Color #7cacca

%39
%15
%0
%21

Triadic Colors of #7cacca

#7cacca #ca7cac #acca7c

Analogous Colors of #7cacca

#7cacca #7c85ca #7ccac1

Monochromatic Colors of #7cacca

#7cacca

Complementary Color

#7cacca #ca9a7c

#7cacca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cacca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cacca Color CSS Codes

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

#7cacca Text Font Color

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

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


#7cacca Background Color

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

This div background color is #7cacca


#7cacca Border Color

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

This div border color is #7cacca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cacca


Comments

No comments written yet.

Please login to write comment.