Color Hex Logo

#7ca8ed Color Hex

#7CA8ED
(124,168,237)
0 Favorites   0 Comments

Color spaces of #7ca8ed

RGB 124168237
HSL0.600.760.71
HSV217°48°93°
CMYK 0.480.290.00   0.07
XYZ37.600938.404885.5518
Yxy38.40480.23270.2377
Hunter Lab61.9716-0.1465-38.4697
CIE-Lab68.31793.6091-39.1767

#7ca8ed color RGB value is (124,168,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101000 11101101
Octal 174 250 355
Decimal 124 168 237
Hex 7C A8 ED

RGB Percentages of Color #7ca8ed

%23.44
%31.76
%44.80

CMYK Percentages of Color #7ca8ed

%48
%29
%0
%7

Triadic Colors of #7ca8ed

#7ca8ed #ed7ca8 #a8ed7c

Analogous Colors of #7ca8ed

#7ca8ed #897ced #7ce1ed

Monochromatic Colors of #7ca8ed

#7ca8ed

Complementary Color

#7ca8ed #edc17c

#7ca8ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca8ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca8ed Color CSS Codes

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

#7ca8ed Text Font Color

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

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


#7ca8ed Background Color

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

This div background color is #7ca8ed


#7ca8ed Border Color

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

This div border color is #7ca8ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca8ed


Comments

No comments written yet.

Please login to write comment.