Color Hex Logo

#4eabdd Color Hex

#4EABDD
(78,171,221)
0 Favorites   0 Comments

Color spaces of #4eabdd

RGB 78171221
HSL0.560.680.59
HSV201°65°87°
CMYK 0.650.230.00   0.13
XYZ30.755935.966073.7277
Yxy35.96600.21900.2561
Hunter Lab59.9717-13.4084-30.9095
CIE-Lab66.4939-12.3093-33.3943

#4eabdd color RGB value is (78,171,221).

#4eabdd hex color red value is 78, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4eabdd hue: 0.56 , saturation: 0.68 and the lightness value of 4eabdd is 0.59.

The process color (four color CMYK) of #4eabdd color hex is 0.65, 0.23, 0.00, 0.13. Web safe color of #4eabdd is #6699cc. Color #4eabdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101011 11011101
Octal 116 253 335
Decimal 78 171 221
Hex 4E AB DD

RGB Percentages of Color #4eabdd

%16.60
%36.38
%47.02

CMYK Percentages of Color #4eabdd

%65
%23
%0
%13

Triadic Colors of #4eabdd

#4eabdd #dd4eab #abdd4e

Analogous Colors of #4eabdd

#4eabdd #4e63dd #4eddc8

Monochromatic Colors of #4eabdd

#4eabdd

Complementary Color

#4eabdd #dd804e

#4eabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eabdd Color CSS Codes

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

#4eabdd Text Font Color

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

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


#4eabdd Background Color

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

This div background color is #4eabdd


#4eabdd Border Color

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

This div border color is #4eabdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,171,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4eabdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4eabdd;
  -webkit-box-shadow: 1px 1px 3px 2px #4eabdd;
  box-shadow:         1px 1px 3px 2px #4eabdd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eabdd


Comments

No comments written yet.

Please login to write comment.