Color Hex Logo

#7cadff Color Hex

#7CADFF
(124,173,255)
0 Favorites   0 Comments

Color spaces of #7cadff

RGB 124173255
HSL0.601.000.74
HSV218°51°100°
CMYK 0.510.320.00   0.00
XYZ41.305841.3922100.4202
Yxy41.39220.22560.2260
Hunter Lab64.33682.0121-47.5072
CIE-Lab70.44986.0995-45.6266

#7cadff color RGB value is (124,173,255).

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

The process color (four color CMYK) of #7cadff color hex is 0.51, 0.32, 0.00, 0.00. Web safe color of #7cadff is #6699ff. Color #7cadff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101101 11111111
Octal 174 255 377
Decimal 124 173 255
Hex 7C AD FF

RGB Percentages of Color #7cadff

%22.46
%31.34
%46.20

CMYK Percentages of Color #7cadff

%51
%32
%0
%0

Triadic Colors of #7cadff

#7cadff #ff7cad #adff7c

Analogous Colors of #7cadff

#7cadff #8d7cff #7cefff

Monochromatic Colors of #7cadff

#7cadff

Complementary Color

#7cadff #ffce7c

#7cadff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cadff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cadff Color CSS Codes

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

#7cadff Text Font Color

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

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


#7cadff Background Color

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

This div background color is #7cadff


#7cadff Border Color

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

This div border color is #7cadff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cadff

#7cadff Color Palettes


Comments

No comments written yet.

Please login to write comment.