Color Hex Logo

#7caaec Color Hex

#7CAAEC
(124,170,236)
0 Favorites   0 Comments

Color spaces of #7caaec

RGB 124170236
HSL0.600.750.71
HSV215°47°93°
CMYK 0.470.280.00   0.07
XYZ37.827239.090784.9084
Yxy39.09070.23380.2416
Hunter Lab62.5226-1.4190-36.7527
CIE-Lab68.81692.1931-37.8525

#7caaec color RGB value is (124,170,236).

#7caaec hex color red value is 124, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7caaec hue: 0.60 , saturation: 0.75 and the lightness value of 7caaec is 0.71.

The process color (four color CMYK) of #7caaec color hex is 0.47, 0.28, 0.00, 0.07. Web safe color of #7caaec is #6699ff. Color #7caaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101010 11101100
Octal 174 252 354
Decimal 124 170 236
Hex 7C AA EC

RGB Percentages of Color #7caaec

%23.40
%32.08
%44.53

CMYK Percentages of Color #7caaec

%47
%28
%0
%7

Triadic Colors of #7caaec

#7caaec #ec7caa #aaec7c

Analogous Colors of #7caaec

#7caaec #867cec #7ce2ec

Monochromatic Colors of #7caaec

#7caaec

Complementary Color

#7caaec #ecbe7c

#7caaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7caaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7caaec Color CSS Codes

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

#7caaec Text Font Color

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

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


#7caaec Background Color

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

This div background color is #7caaec


#7caaec Border Color

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

This div border color is #7caaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7caaec


Comments

No comments written yet.

Please login to write comment.