Color Hex Logo

#4ddeea Color Hex

#4DDEEA
(77,222,234)
0 Favorites   0 Comments

Color spaces of #4ddeea

RGB 77222234
HSL0.510.790.61
HSV185°67°92°
CMYK 0.670.050.00   0.08
XYZ44.033159.760887.0561
Yxy59.76080.23070.3131
Hunter Lab77.3051-33.6101-12.6551
CIE-Lab81.7080-34.2686-17.1657

#4ddeea color RGB value is (77,222,234).

#4ddeea hex color red value is 77, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4ddeea hue: 0.51 , saturation: 0.79 and the lightness value of 4ddeea is 0.61.

The process color (four color CMYK) of #4ddeea color hex is 0.67, 0.05, 0.00, 0.08. Web safe color of #4ddeea is #66ccff. Color #4ddeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011110 11101010
Octal 115 336 352
Decimal 77 222 234
Hex 4D DE EA

RGB Percentages of Color #4ddeea

%14.45
%41.65
%43.90

CMYK Percentages of Color #4ddeea

%67
%5
%0
%8

Triadic Colors of #4ddeea

#4ddeea #ea4dde #deea4d

Analogous Colors of #4ddeea

#4ddeea #4d90ea #4deaa8

Monochromatic Colors of #4ddeea

#4ddeea

Complementary Color

#4ddeea #ea594d

#4ddeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddeea Color CSS Codes

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

#4ddeea Text Font Color

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

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


#4ddeea Background Color

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

This div background color is #4ddeea


#4ddeea Border Color

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

This div border color is #4ddeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddeea


Comments

No comments written yet.

Please login to write comment.