Color Hex Logo

#7ca0ce Color Hex

#7CA0CE
(124,160,206)
0 Favorites   0 Comments

Color spaces of #7ca0ce

RGB 124160206
HSL0.590.460.65
HSV214°40°81°
CMYK 0.400.220.00   0.19
XYZ32.023633.882963.2448
Yxy33.88290.24800.2624
Hunter Lab58.2090-3.6643-23.6730
CIE-Lab64.8695-0.6545-27.4424

#7ca0ce color RGB value is (124,160,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10100000 11001110
Octal 174 240 316
Decimal 124 160 206
Hex 7C A0 CE

RGB Percentages of Color #7ca0ce

%25.31
%32.65
%42.04

CMYK Percentages of Color #7ca0ce

%40
%22
%0
%19

Triadic Colors of #7ca0ce

#7ca0ce #ce7ca0 #a0ce7c

Analogous Colors of #7ca0ce

#7ca0ce #817cce #7cc9ce

Monochromatic Colors of #7ca0ce

#7ca0ce

Complementary Color

#7ca0ce #ceaa7c

#7ca0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca0ce Color CSS Codes

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

#7ca0ce Text Font Color

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

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


#7ca0ce Background Color

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

This div background color is #7ca0ce


#7ca0ce Border Color

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

This div border color is #7ca0ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,160,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 #7ca0ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca0ce


Comments

No comments written yet.

Please login to write comment.