Color Hex Logo

#7cadfa Color Hex

#7CADFA
(124,173,250)
0 Favorites   0 Comments

Color spaces of #7cadfa

RGB 124173250
HSL0.600.930.73
HSV217°50°98°
CMYK 0.500.310.00   0.02
XYZ40.511141.074496.2355
Yxy41.07440.22780.2310
Hunter Lab64.08930.6742-44.1664
CIE-Lab70.22804.6110-43.2664

#7cadfa color RGB value is (124,173,250).

#7cadfa hex color red value is 124, green value is 173 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7cadfa hue: 0.60 , saturation: 0.93 and the lightness value of 7cadfa is 0.73.

The process color (four color CMYK) of #7cadfa color hex is 0.50, 0.31, 0.00, 0.02. Web safe color of #7cadfa is #6699ff. Color #7cadfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101101 11111010
Octal 174 255 372
Decimal 124 173 250
Hex 7C AD FA

RGB Percentages of Color #7cadfa

%22.67
%31.63
%45.70

CMYK Percentages of Color #7cadfa

%50
%31
%0
%2

Triadic Colors of #7cadfa

#7cadfa #fa7cad #adfa7c

Analogous Colors of #7cadfa

#7cadfa #8a7cfa #7cecfa

Monochromatic Colors of #7cadfa

#7cadfa

Complementary Color

#7cadfa #fac97c

#7cadfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cadfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cadfa Color CSS Codes

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

#7cadfa Text Font Color

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

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


#7cadfa Background Color

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

This div background color is #7cadfa


#7cadfa Border Color

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

This div border color is #7cadfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cadfa

Related Colors


Comments

No comments written yet.

Please login to write comment.