Color Hex Logo

#7caedd Color Hex

#7CAEDD
(124,174,221)
0 Favorites   0 Comments

Color spaces of #7caedd

RGB 124174221
HSL0.580.590.68
HSV209°44°87°
CMYK 0.440.210.00   0.13
XYZ36.499439.777674.1607
Yxy39.77760.24260.2644
Hunter Lab63.0695-7.0706-25.5679
CIE-Lab69.3108-4.2905-28.8807

#7caedd color RGB value is (124,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101110 11011101
Octal 174 256 335
Decimal 124 174 221
Hex 7C AE DD

RGB Percentages of Color #7caedd

%23.89
%33.53
%42.58

CMYK Percentages of Color #7caedd

%44
%21
%0
%13

Triadic Colors of #7caedd

#7caedd #dd7cae #aedd7c

Analogous Colors of #7caedd

#7caedd #7c7edd #7cdddc

Monochromatic Colors of #7caedd

#7caedd

Complementary Color

#7caedd #ddab7c

#7caedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7caedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7caedd Color CSS Codes

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

#7caedd Text Font Color

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

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


#7caedd Background Color

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

This div background color is #7caedd


#7caedd Border Color

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

This div border color is #7caedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7caedd


Comments

No comments written yet.

Please login to write comment.