Color Hex Logo

#7cacbb Color Hex

#7CACBB
(124,172,187)
0 Favorites   0 Comments

Color spaces of #7cacbb

RGB 124172187
HSL0.540.320.61
HSV194°34°73°
CMYK 0.340.080.00   0.27
XYZ32.034337.378052.5400
Yxy37.37800.26270.3065
Hunter Lab61.1375-13.4619-8.1560
CIE-Lab67.5597-12.2113-12.8017

#7cacbb color RGB value is (124,172,187).

#7cacbb hex color red value is 124, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7cacbb hue: 0.54 , saturation: 0.32 and the lightness value of 7cacbb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101100 10111011
Octal 174 254 273
Decimal 124 172 187
Hex 7C AC BB

RGB Percentages of Color #7cacbb

%25.67
%35.61
%38.72

CMYK Percentages of Color #7cacbb

%34
%8
%0
%27

Triadic Colors of #7cacbb

#7cacbb #bb7cac #acbb7c

Analogous Colors of #7cacbb

#7cacbb #7c8dbb #7cbbab

Monochromatic Colors of #7cacbb

#7cacbb

Complementary Color

#7cacbb #bb8b7c

#7cacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cacbb Color CSS Codes

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

#7cacbb Text Font Color

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

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


#7cacbb Background Color

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

This div background color is #7cacbb


#7cacbb Border Color

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

This div border color is #7cacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cacbb


Comments

No comments written yet.

Please login to write comment.