Color Hex Logo

#4ddcea Color Hex

#4DDCEA
(77,220,234)
0 Favorites   0 Comments

Color spaces of #4ddcea

RGB 77220234
HSL0.510.790.61
HSV185°67°92°
CMYK 0.670.060.00   0.08
XYZ43.505158.704786.8801
Yxy58.70470.23010.3105
Hunter Lab76.6190-32.7290-13.5970
CIE-Lab81.1290-33.3256-18.0388

#4ddcea color RGB value is (77,220,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011100 11101010
Octal 115 334 352
Decimal 77 220 234
Hex 4D DC EA

RGB Percentages of Color #4ddcea

%14.50
%41.43
%44.07

CMYK Percentages of Color #4ddcea

%67
%6
%0
%8

Triadic Colors of #4ddcea

#4ddcea #ea4ddc #dcea4d

Analogous Colors of #4ddcea

#4ddcea #4d8eea #4deaaa

Monochromatic Colors of #4ddcea

#4ddcea

Complementary Color

#4ddcea #ea5b4d

#4ddcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddcea Color CSS Codes

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

#4ddcea Text Font Color

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

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


#4ddcea Background Color

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

This div background color is #4ddcea


#4ddcea Border Color

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

This div border color is #4ddcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddcea


Comments

No comments written yet.

Please login to write comment.