Color Hex Logo

#7cabd5 Color Hex

#7CABD5
(124,171,213)
0 Favorites   0 Comments

Color spaces of #7cabd5

RGB 124171213
HSL0.580.510.66
HSV208°42°84°
CMYK 0.420.200.00   0.16
XYZ34.885338.215068.4884
Yxy38.21500.24640.2699
Hunter Lab61.8183-7.4509-22.4145
CIE-Lab68.1788-4.8492-26.2266

#7cabd5 color RGB value is (124,171,213).

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

The process color (four color CMYK) of #7cabd5 color hex is 0.42, 0.20, 0.00, 0.16. Web safe color of #7cabd5 is #6699cc. Color #7cabd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101011 11010101
Octal 174 253 325
Decimal 124 171 213
Hex 7C AB D5

RGB Percentages of Color #7cabd5

%24.41
%33.66
%41.93

CMYK Percentages of Color #7cabd5

%42
%20
%0
%16

Triadic Colors of #7cabd5

#7cabd5 #d57cab #abd57c

Analogous Colors of #7cabd5

#7cabd5 #7c7fd5 #7cd5d3

Monochromatic Colors of #7cabd5

#7cabd5

Complementary Color

#7cabd5 #d5a67c

#7cabd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cabd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cabd5 Color CSS Codes

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

#7cabd5 Text Font Color

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

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


#7cabd5 Background Color

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

This div background color is #7cabd5


#7cabd5 Border Color

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

This div border color is #7cabd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cabd5


Comments

No comments written yet.

Please login to write comment.