Color Hex Logo

#7ca6ed Color Hex

#7CA6ED
(124,166,237)
0 Favorites   0 Comments

Color spaces of #7ca6ed

RGB 124166237
HSL0.600.760.71
HSV218°48°93°
CMYK 0.480.300.00   0.07
XYZ37.234537.671985.4297
Yxy37.67190.23220.2350
Hunter Lab61.37740.8761-39.5600
CIE-Lab67.77814.7397-40.0196

#7ca6ed color RGB value is (124,166,237).

#7ca6ed hex color red value is 124, green value is 166 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7ca6ed hue: 0.60 , saturation: 0.76 and the lightness value of 7ca6ed is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10100110 11101101
Octal 174 246 355
Decimal 124 166 237
Hex 7C A6 ED

RGB Percentages of Color #7ca6ed

%23.53
%31.50
%44.97

CMYK Percentages of Color #7ca6ed

%48
%30
%0
%7

Triadic Colors of #7ca6ed

#7ca6ed #ed7ca6 #a6ed7c

Analogous Colors of #7ca6ed

#7ca6ed #8b7ced #7cdfed

Monochromatic Colors of #7ca6ed

#7ca6ed

Complementary Color

#7ca6ed #edc37c

#7ca6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca6ed Color CSS Codes

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

#7ca6ed Text Font Color

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

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


#7ca6ed Background Color

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

This div background color is #7ca6ed


#7ca6ed Border Color

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

This div border color is #7ca6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca6ed


Comments

No comments written yet.

Please login to write comment.