Color Hex Logo

#7cafcc Color Hex

#7CAFCC
(124,175,204)
0 Favorites   0 Comments

Color spaces of #7cafcc

RGB 124175204
HSL0.560.440.64
HSV202°39°80°
CMYK 0.390.140.00   0.20
XYZ34.541239.304762.8928
Yxy39.30470.25260.2874
Hunter Lab62.6935-11.3683-15.5931
CIE-Lab68.9714-9.4466-20.0600

#7cafcc color RGB value is (124,175,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101111 11001100
Octal 174 257 314
Decimal 124 175 204
Hex 7C AF CC

RGB Percentages of Color #7cafcc

%24.65
%34.79
%40.56

CMYK Percentages of Color #7cafcc

%39
%14
%0
%20

Triadic Colors of #7cafcc

#7cafcc #cc7caf #afcc7c

Analogous Colors of #7cafcc

#7cafcc #7c87cc #7cccc1

Monochromatic Colors of #7cafcc

#7cafcc

Complementary Color

#7cafcc #cc997c

#7cafcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cafcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cafcc Color CSS Codes

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

#7cafcc Text Font Color

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

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


#7cafcc Background Color

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

This div background color is #7cafcc


#7cafcc Border Color

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

This div border color is #7cafcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cafcc


Comments

No comments written yet.

Please login to write comment.