Color Hex Logo

#7cabdf Color Hex

#7CABDF
(124,171,223)
0 Favorites   0 Comments

Color spaces of #7cabdf

RGB 124171223
HSL0.590.610.68
HSV212°44°87°
CMYK 0.440.230.00   0.13
XYZ36.194438.738675.3817
Yxy38.73860.24080.2577
Hunter Lab62.2403-5.1181-28.2402
CIE-Lab68.5615-2.0757-31.1332

#7cabdf color RGB value is (124,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101011 11011111
Octal 174 253 337
Decimal 124 171 223
Hex 7C AB DF

RGB Percentages of Color #7cabdf

%23.94
%33.01
%43.05

CMYK Percentages of Color #7cabdf

%44
%23
%0
%13

Triadic Colors of #7cabdf

#7cabdf #df7cab #abdf7c

Analogous Colors of #7cabdf

#7cabdf #7f7cdf #7cdddf

Monochromatic Colors of #7cabdf

#7cabdf

Complementary Color

#7cabdf #dfb07c

#7cabdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cabdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cabdf Color CSS Codes

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

#7cabdf Text Font Color

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

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


#7cabdf Background Color

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

This div background color is #7cabdf


#7cabdf Border Color

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

This div border color is #7cabdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cabdf


Comments

No comments written yet.

Please login to write comment.