Color Hex Logo

#7caadd Color Hex

#7CAADD
(124,170,221)
0 Favorites   0 Comments

Color spaces of #7caadd

RGB 124170221
HSL0.590.590.68
HSV212°44°87°
CMYK 0.440.230.00   0.13
XYZ35.738138.255073.9070
Yxy38.25500.24160.2587
Hunter Lab61.8506-5.0990-27.5518
CIE-Lab68.2081-2.0821-30.5810

#7caadd color RGB value is (124,170,221).

#7caadd hex color red value is 124, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7caadd hue: 0.59 , saturation: 0.59 and the lightness value of 7caadd is 0.68.

The process color (four color CMYK) of #7caadd color hex is 0.44, 0.23, 0.00, 0.13. Web safe color of #7caadd is #6699cc. Color #7caadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101010 11011101
Octal 174 252 335
Decimal 124 170 221
Hex 7C AA DD

RGB Percentages of Color #7caadd

%24.08
%33.01
%42.91

CMYK Percentages of Color #7caadd

%44
%23
%0
%13

Triadic Colors of #7caadd

#7caadd #dd7caa #aadd7c

Analogous Colors of #7caadd

#7caadd #7f7cdd #7cdbdd

Monochromatic Colors of #7caadd

#7caadd

Complementary Color

#7caadd #ddaf7c

#7caadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7caadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7caadd Color CSS Codes

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

#7caadd Text Font Color

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

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


#7caadd Background Color

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

This div background color is #7caadd


#7caadd Border Color

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

This div border color is #7caadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7caadd


Comments

No comments written yet.

Please login to write comment.