Color Hex Logo

#7caacf Color Hex

#7CAACF
(124,170,207)
0 Favorites   0 Comments

Color spaces of #7caacf

RGB 124170207
HSL0.570.460.65
HSV207°40°81°
CMYK 0.400.180.00   0.19
XYZ33.949437.539564.4880
Yxy37.53950.24970.2761
Hunter Lab61.2695-8.3148-19.5159
CIE-Lab67.6798-5.9290-23.6833

#7caacf color RGB value is (124,170,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101010 11001111
Octal 174 252 317
Decimal 124 170 207
Hex 7C AA CF

RGB Percentages of Color #7caacf

%24.75
%33.93
%41.32

CMYK Percentages of Color #7caacf

%40
%18
%0
%19

Triadic Colors of #7caacf

#7caacf #cf7caa #aacf7c

Analogous Colors of #7caacf

#7caacf #7c81cf #7ccfcb

Monochromatic Colors of #7caacf

#7caacf

Complementary Color

#7caacf #cfa17c

#7caacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7caacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7caacf Color CSS Codes

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

#7caacf Text Font Color

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

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


#7caacf Background Color

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

This div background color is #7caacf


#7caacf Border Color

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

This div border color is #7caacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7caacf


Comments

No comments written yet.

Please login to write comment.