Color Hex Logo

#7cabbc Color Hex

#7CABBC
(124,171,188)
0 Favorites   0 Comments

Color spaces of #7cabbc

RGB 124171188
HSL0.540.320.61
HSV196°34°74°
CMYK 0.340.090.00   0.26
XYZ31.952237.041753.0427
Yxy37.04170.26180.3035
Hunter Lab60.8619-12.7967-9.0694
CIE-Lab67.3083-11.4253-13.7337

#7cabbc color RGB value is (124,171,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101011 10111100
Octal 174 253 274
Decimal 124 171 188
Hex 7C AB BC

RGB Percentages of Color #7cabbc

%25.67
%35.40
%38.92

CMYK Percentages of Color #7cabbc

%34
%9
%0
%26

Triadic Colors of #7cabbc

#7cabbc #bc7cab #abbc7c

Analogous Colors of #7cabbc

#7cabbc #7c8bbc #7cbcad

Monochromatic Colors of #7cabbc

#7cabbc

Complementary Color

#7cabbc #bc8d7c

#7cabbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cabbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cabbc Color CSS Codes

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

#7cabbc Text Font Color

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

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


#7cabbc Background Color

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

This div background color is #7cabbc


#7cabbc Border Color

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

This div border color is #7cabbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cabbc


Comments

No comments written yet.

Please login to write comment.