Color Hex Logo

#7cadce Color Hex

#7CADCE
(124,173,206)
0 Favorites   0 Comments

Color spaces of #7cadce

RGB 124173206
HSL0.570.460.65
HSV204°40°81°
CMYK 0.400.160.00   0.19
XYZ34.396338.628564.0357
Yxy38.62850.25100.2818
Hunter Lab62.1518-9.9796-17.5808
CIE-Lab68.4813-7.8337-21.9079

#7cadce color RGB value is (124,173,206).

#7cadce hex color red value is 124, green value is 173 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7cadce hue: 0.57 , saturation: 0.46 and the lightness value of 7cadce is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101101 11001110
Octal 174 255 316
Decimal 124 173 206
Hex 7C AD CE

RGB Percentages of Color #7cadce

%24.65
%34.39
%40.95

CMYK Percentages of Color #7cadce

%40
%16
%0
%19

Triadic Colors of #7cadce

#7cadce #ce7cad #adce7c

Analogous Colors of #7cadce

#7cadce #7c84ce #7ccec6

Monochromatic Colors of #7cadce

#7cadce

Complementary Color

#7cadce #ce9d7c

#7cadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cadce Color CSS Codes

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

#7cadce Text Font Color

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

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


#7cadce Background Color

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

This div background color is #7cadce


#7cadce Border Color

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

This div border color is #7cadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cadce


Comments

No comments written yet.

Please login to write comment.