Color Hex Logo

#7cabc8 Color Hex

#7CABC8
(124,171,200)
0 Favorites   0 Comments

Color spaces of #7cabc8

RGB 124171200
HSL0.560.410.64
HSV203°38°78°
CMYK 0.380.150.00   0.22
XYZ33.300437.581060.1423
Yxy37.58100.25420.2868
Hunter Lab61.3033-10.3184-15.2547
CIE-Lab67.7107-8.3370-19.7693

#7cabc8 color RGB value is (124,171,200).

#7cabc8 hex color red value is 124, green value is 171 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #7cabc8 hue: 0.56 , saturation: 0.41 and the lightness value of 7cabc8 is 0.64.

The process color (four color CMYK) of #7cabc8 color hex is 0.38, 0.15, 0.00, 0.22. Web safe color of #7cabc8 is #6699cc. Color #7cabc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101011 11001000
Octal 174 253 310
Decimal 124 171 200
Hex 7C AB C8

RGB Percentages of Color #7cabc8

%25.05
%34.55
%40.40

CMYK Percentages of Color #7cabc8

%38
%15
%0
%22

Triadic Colors of #7cabc8

#7cabc8 #c87cab #abc87c

Analogous Colors of #7cabc8

#7cabc8 #7c85c8 #7cc8bf

Monochromatic Colors of #7cabc8

#7cabc8

Complementary Color

#7cabc8 #c8997c

#7cabc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cabc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cabc8 Color CSS Codes

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

#7cabc8 Text Font Color

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

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


#7cabc8 Background Color

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

This div background color is #7cabc8


#7cabc8 Border Color

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

This div border color is #7cabc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cabc8


Comments

No comments written yet.

Please login to write comment.