Color Hex Logo

#7caabd Color Hex

#7CAABD
(124,170,189)
0 Favorites   0 Comments

Color spaces of #7caabd

RGB 124170189
HSL0.550.330.61
HSV198°34°74°
CMYK 0.340.100.00   0.26
XYZ31.872236.708753.5497
Yxy36.70870.26100.3006
Hunter Lab60.5877-12.1284-9.9913
CIE-Lab67.0579-10.6364-14.6653

#7caabd color RGB value is (124,170,189).

#7caabd hex color red value is 124, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7caabd hue: 0.55 , saturation: 0.33 and the lightness value of 7caabd is 0.61.

The process color (four color CMYK) of #7caabd color hex is 0.34, 0.10, 0.00, 0.26. Web safe color of #7caabd is #6699cc. Color #7caabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101010 10111101
Octal 174 252 275
Decimal 124 170 189
Hex 7C AA BD

RGB Percentages of Color #7caabd

%25.67
%35.20
%39.13

CMYK Percentages of Color #7caabd

%34
%10
%0
%26

Triadic Colors of #7caabd

#7caabd #bd7caa #aabd7c

Analogous Colors of #7caabd

#7caabd #7c8abd #7cbdb0

Monochromatic Colors of #7caabd

#7caabd

Complementary Color

#7caabd #bd8f7c

#7caabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7caabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7caabd Color CSS Codes

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

#7caabd Text Font Color

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

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


#7caabd Background Color

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

This div background color is #7caabd


#7caabd Border Color

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

This div border color is #7caabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7caabd


Comments

No comments written yet.

Please login to write comment.