Color Hex Logo

#7caadb Color Hex

#7CAADB
(124,170,219)
0 Favorites   0 Comments

Color spaces of #7caadb

RGB 124170219
HSL0.590.570.67
HSV211°43°86°
CMYK 0.430.220.00   0.14
XYZ35.473138.149072.5117
Yxy38.14900.24270.2611
Hunter Lab61.7649-5.5716-26.3708
CIE-Lab68.1303-2.6407-29.6021

#7caadb color RGB value is (124,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101010 11011011
Octal 174 252 333
Decimal 124 170 219
Hex 7C AA DB

RGB Percentages of Color #7caadb

%24.17
%33.14
%42.69

CMYK Percentages of Color #7caadb

%43
%22
%0
%14

Triadic Colors of #7caadb

#7caadb #db7caa #aadb7c

Analogous Colors of #7caadb

#7caadb #7e7cdb #7cdadb

Monochromatic Colors of #7caadb

#7caadb

Complementary Color

#7caadb #dbad7c

#7caadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7caadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7caadb Color CSS Codes

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

#7caadb Text Font Color

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

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


#7caadb Background Color

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

This div background color is #7caadb


#7caadb Border Color

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

This div border color is #7caadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7caadb


Comments

No comments written yet.

Please login to write comment.