Color Hex Logo

#4caeda Color Hex

#4CAEDA
(76,174,218)
0 Favorites   0 Comments

Color spaces of #4caeda

RGB 76174218
HSL0.550.660.58
HSV199°65°85°
CMYK 0.650.200.00   0.15
XYZ30.771436.870671.8246
Yxy36.87060.22060.2644
Hunter Lab60.7212-15.8044-27.6269
CIE-Lab67.1798-15.2081-30.6874

#4caeda color RGB value is (76,174,218).

#4caeda hex color red value is 76, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4caeda hue: 0.55 , saturation: 0.66 and the lightness value of 4caeda is 0.58.

The process color (four color CMYK) of #4caeda color hex is 0.65, 0.20, 0.00, 0.15. Web safe color of #4caeda is #3399cc. Color #4caeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101110 11011010
Octal 114 256 332
Decimal 76 174 218
Hex 4C AE DA

RGB Percentages of Color #4caeda

%16.24
%37.18
%46.58

CMYK Percentages of Color #4caeda

%65
%20
%0
%15

Triadic Colors of #4caeda

#4caeda #da4cae #aeda4c

Analogous Colors of #4caeda

#4caeda #4c67da #4cdabf

Monochromatic Colors of #4caeda

#4caeda

Complementary Color

#4caeda #da784c

#4caeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caeda Color CSS Codes

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

#4caeda Text Font Color

<p style="color:#4caeda">Text here</p>

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


#4caeda Background Color

<div style="background-color:#4caeda">
Div content here</div>

This div background color is #4caeda


#4caeda Border Color

<div style="border:3px solid #4caeda">
Div here</div>

This div border color is #4caeda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,174,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4caeda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4caeda;
  -webkit-box-shadow: 1px 1px 3px 2px #4caeda;
  box-shadow:         1px 1px 3px 2px #4caeda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caeda


Comments

No comments written yet.

Please login to write comment.