Color Hex Logo

#4daeeb Color Hex

#4DAEEB
(77,174,235)
0 Favorites   0 Comments

Color spaces of #4daeeb

RGB 77174235
HSL0.560.800.61
HSV203°67°92°
CMYK 0.670.260.00   0.08
XYZ33.192037.848084.1533
Yxy37.84800.21390.2439
Hunter Lab61.5207-11.3560-38.0374
CIE-Lab67.9084-9.5724-38.8715

#4daeeb color RGB value is (77,174,235).

#4daeeb hex color red value is 77, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4daeeb hue: 0.56 , saturation: 0.80 and the lightness value of 4daeeb is 0.61.

The process color (four color CMYK) of #4daeeb color hex is 0.67, 0.26, 0.00, 0.08. Web safe color of #4daeeb is #6699ff. Color #4daeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101110 11101011
Octal 115 256 353
Decimal 77 174 235
Hex 4D AE EB

RGB Percentages of Color #4daeeb

%15.84
%35.80
%48.35

CMYK Percentages of Color #4daeeb

%67
%26
%0
%8

Triadic Colors of #4daeeb

#4daeeb #eb4dae #aeeb4d

Analogous Colors of #4daeeb

#4daeeb #4d5feb #4debd9

Monochromatic Colors of #4daeeb

#4daeeb

Complementary Color

#4daeeb #eb8a4d

#4daeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daeeb Color CSS Codes

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

#4daeeb Text Font Color

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

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


#4daeeb Background Color

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

This div background color is #4daeeb


#4daeeb Border Color

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

This div border color is #4daeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daeeb


Comments

No comments written yet.

Please login to write comment.