Color Hex Logo

#7ca3ce Color Hex

#7CA3CE
(124,163,206)
0 Favorites   0 Comments

Color spaces of #7ca3ce

RGB 124163206
HSL0.590.460.65
HSV211°40°81°
CMYK 0.400.210.00   0.19
XYZ32.550034.935763.4202
Yxy34.93570.24870.2669
Hunter Lab59.1064-5.1360-22.2427
CIE-Lab65.6986-2.3321-26.1671

#7ca3ce color RGB value is (124,163,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10100011 11001110
Octal 174 243 316
Decimal 124 163 206
Hex 7C A3 CE

RGB Percentages of Color #7ca3ce

%25.15
%33.06
%41.78

CMYK Percentages of Color #7ca3ce

%40
%21
%0
%19

Triadic Colors of #7ca3ce

#7ca3ce #ce7ca3 #a3ce7c

Analogous Colors of #7ca3ce

#7ca3ce #7e7cce #7cccce

Monochromatic Colors of #7ca3ce

#7ca3ce

Complementary Color

#7ca3ce #cea77c

#7ca3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca3ce Color CSS Codes

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

#7ca3ce Text Font Color

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

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


#7ca3ce Background Color

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

This div background color is #7ca3ce


#7ca3ce Border Color

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

This div border color is #7ca3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca3ce


Comments

No comments written yet.

Please login to write comment.