Color Hex Logo

#7cabdc Color Hex

#7CABDC
(124,171,220)
0 Favorites   0 Comments

Color spaces of #7cabdc

RGB 124171220
HSL0.590.580.67
HSV211°44°86°
CMYK 0.440.220.00   0.14
XYZ35.793438.578273.2700
Yxy38.57820.24240.2613
Hunter Lab62.1114-5.8293-26.4638
CIE-Lab68.4446-2.9153-29.6669

#7cabdc color RGB value is (124,171,220).

#7cabdc hex color red value is 124, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7cabdc hue: 0.59 , saturation: 0.58 and the lightness value of 7cabdc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101011 11011100
Octal 174 253 334
Decimal 124 171 220
Hex 7C AB DC

RGB Percentages of Color #7cabdc

%24.08
%33.20
%42.72

CMYK Percentages of Color #7cabdc

%44
%22
%0
%14

Triadic Colors of #7cabdc

#7cabdc #dc7cab #abdc7c

Analogous Colors of #7cabdc

#7cabdc #7d7cdc #7cdbdc

Monochromatic Colors of #7cabdc

#7cabdc

Complementary Color

#7cabdc #dcad7c

#7cabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cabdc Color CSS Codes

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

#7cabdc Text Font Color

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

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


#7cabdc Background Color

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

This div background color is #7cabdc


#7cabdc Border Color

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

This div border color is #7cabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cabdc


Comments

No comments written yet.

Please login to write comment.