Color Hex Logo

#7ca3ea Color Hex

#7CA3EA
(124,163,234)
0 Favorites   0 Comments

Color spaces of #7ca3ea

RGB 124163234
HSL0.610.720.70
HSV219°47°92°
CMYK 0.470.300.00   0.08
XYZ36.260736.420082.9605
Yxy36.42000.23300.2340
Hunter Lab60.34901.6410-39.2604
CIE-Lab66.83965.5674-39.8431

#7ca3ea color RGB value is (124,163,234).

#7ca3ea hex color red value is 124, green value is 163 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7ca3ea hue: 0.61 , saturation: 0.72 and the lightness value of 7ca3ea is 0.70.

The process color (four color CMYK) of #7ca3ea color hex is 0.47, 0.30, 0.00, 0.08. Web safe color of #7ca3ea is #6699ff. Color #7ca3ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10100011 11101010
Octal 174 243 352
Decimal 124 163 234
Hex 7C A3 EA

RGB Percentages of Color #7ca3ea

%23.80
%31.29
%44.91

CMYK Percentages of Color #7ca3ea

%47
%30
%0
%8

Triadic Colors of #7ca3ea

#7ca3ea #ea7ca3 #a3ea7c

Analogous Colors of #7ca3ea

#7ca3ea #8c7cea #7cdaea

Monochromatic Colors of #7ca3ea

#7ca3ea

Complementary Color

#7ca3ea #eac37c

#7ca3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca3ea Color CSS Codes

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

#7ca3ea Text Font Color

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

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


#7ca3ea Background Color

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

This div background color is #7ca3ea


#7ca3ea Border Color

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

This div border color is #7ca3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca3ea


Comments

No comments written yet.

Please login to write comment.