Color Hex Logo

#4daeed Color Hex

#4DAEED
(77,174,237)
0 Favorites   0 Comments

Color spaces of #4daeed

RGB 77174237
HSL0.570.820.62
HSV204°68°93°
CMYK 0.680.270.00   0.07
XYZ33.482737.964385.6839
Yxy37.96430.21310.2416
Hunter Lab61.6152-10.8267-39.3198
CIE-Lab67.9943-8.9176-39.8296

#4daeed color RGB value is (77,174,237).

#4daeed hex color red value is 77, green value is 174 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4daeed hue: 0.57 , saturation: 0.82 and the lightness value of 4daeed is 0.62.

The process color (four color CMYK) of #4daeed color hex is 0.68, 0.27, 0.00, 0.07. Web safe color of #4daeed is #6699ff. Color #4daeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101110 11101101
Octal 115 256 355
Decimal 77 174 237
Hex 4D AE ED

RGB Percentages of Color #4daeed

%15.78
%35.66
%48.57

CMYK Percentages of Color #4daeed

%68
%27
%0
%7

Triadic Colors of #4daeed

#4daeed #ed4dae #aeed4d

Analogous Colors of #4daeed

#4daeed #4d5eed #4deddc

Monochromatic Colors of #4daeed

#4daeed

Complementary Color

#4daeed #ed8c4d

#4daeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daeed Color CSS Codes

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

#4daeed Text Font Color

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

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


#4daeed Background Color

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

This div background color is #4daeed


#4daeed Border Color

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

This div border color is #4daeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daeed


Comments

No comments written yet.

Please login to write comment.