Color Hex Logo

#7cacbd Color Hex

#7CACBD
(124,172,189)
0 Favorites   0 Comments

Color spaces of #7cacbd

RGB 124172189
HSL0.540.330.61
HSV196°34°74°
CMYK 0.340.090.00   0.26
XYZ32.250037.464353.6757
Yxy37.46430.26140.3036
Hunter Lab61.2081-13.0641-9.1480
CIE-Lab67.6239-11.7090-13.8131

#7cacbd color RGB value is (124,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101100 10111101
Octal 174 254 275
Decimal 124 172 189
Hex 7C AC BD

RGB Percentages of Color #7cacbd

%25.57
%35.46
%38.97

CMYK Percentages of Color #7cacbd

%34
%9
%0
%26

Triadic Colors of #7cacbd

#7cacbd #bd7cac #acbd7c

Analogous Colors of #7cacbd

#7cacbd #7c8cbd #7cbdae

Monochromatic Colors of #7cacbd

#7cacbd

Complementary Color

#7cacbd #bd8d7c

#7cacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cacbd Color CSS Codes

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

#7cacbd Text Font Color

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

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


#7cacbd Background Color

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

This div background color is #7cacbd


#7cacbd Border Color

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

This div border color is #7cacbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,172,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 #7cacbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cacbd


Comments

No comments written yet.

Please login to write comment.