Color Hex Logo

#7caede Color Hex

#7CAEDE
(124,174,222)
0 Favorites   0 Comments

Color spaces of #7caede

RGB 124174222
HSL0.580.600.68
HSV209°44°87°
CMYK 0.440.220.00   0.13
XYZ36.633039.831174.8646
Yxy39.83110.24210.2632
Hunter Lab63.1119-6.8363-26.1527
CIE-Lab69.3491-4.0124-29.3698

#7caede color RGB value is (124,174,222).

#7caede hex color red value is 124, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7caede hue: 0.58 , saturation: 0.60 and the lightness value of 7caede is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101110 11011110
Octal 174 256 336
Decimal 124 174 222
Hex 7C AE DE

RGB Percentages of Color #7caede

%23.85
%33.46
%42.69

CMYK Percentages of Color #7caede

%44
%22
%0
%13

Triadic Colors of #7caede

#7caede #de7cae #aede7c

Analogous Colors of #7caede

#7caede #7c7dde #7cdedd

Monochromatic Colors of #7caede

#7caede

Complementary Color

#7caede #deac7c

#7caede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7caede Color Preview on White Background

Lorem ipsum dolor sit amet.

#7caede Color CSS Codes

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

#7caede Text Font Color

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

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


#7caede Background Color

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

This div background color is #7caede


#7caede Border Color

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

This div border color is #7caede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7caede


Comments

No comments written yet.

Please login to write comment.