Color Hex Logo

#7cacbe Color Hex

#7CACBE
(124,172,190)
0 Favorites   0 Comments

Color spaces of #7cacbe

RGB 124172190
HSL0.550.340.62
HSV196°35°75°
CMYK 0.350.090.00   0.25
XYZ32.359037.507854.2494
Yxy37.50780.26070.3022
Hunter Lab61.2436-12.8631-9.6484
CIE-Lab67.6563-11.4560-14.3182

#7cacbe color RGB value is (124,172,190).

#7cacbe hex color red value is 124, green value is 172 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7cacbe hue: 0.55 , saturation: 0.34 and the lightness value of 7cacbe is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101100 10111110
Octal 174 254 276
Decimal 124 172 190
Hex 7C AC BE

RGB Percentages of Color #7cacbe

%25.51
%35.39
%39.09

CMYK Percentages of Color #7cacbe

%35
%9
%0
%25

Triadic Colors of #7cacbe

#7cacbe #be7cac #acbe7c

Analogous Colors of #7cacbe

#7cacbe #7c8bbe #7cbeaf

Monochromatic Colors of #7cacbe

#7cacbe

Complementary Color

#7cacbe #be8e7c

#7cacbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cacbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cacbe Color CSS Codes

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

#7cacbe Text Font Color

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

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


#7cacbe Background Color

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

This div background color is #7cacbe


#7cacbe Border Color

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

This div border color is #7cacbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cacbe


Comments

No comments written yet.

Please login to write comment.