Color Hex Logo

#4ccedd Color Hex

#4CCEDD
(76,206,221)
0 Favorites   0 Comments

Color spaces of #4ccedd

RGB 76206221
HSL0.520.680.58
HSV186°66°87°
CMYK 0.660.070.00   0.13
XYZ38.102950.899676.2230
Yxy50.89960.23060.3081
Hunter Lab71.3440-29.5198-13.4039
CIE-Lab76.6182-30.5416-17.8981

#4ccedd color RGB value is (76,206,221).

#4ccedd hex color red value is 76, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4ccedd hue: 0.52 , saturation: 0.68 and the lightness value of 4ccedd is 0.58.

The process color (four color CMYK) of #4ccedd color hex is 0.66, 0.07, 0.00, 0.13. Web safe color of #4ccedd is #33cccc. Color #4ccedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001110 11011101
Octal 114 316 335
Decimal 76 206 221
Hex 4C CE DD

RGB Percentages of Color #4ccedd

%15.11
%40.95
%43.94

CMYK Percentages of Color #4ccedd

%66
%7
%0
%13

Triadic Colors of #4ccedd

#4ccedd #dd4cce #cedd4c

Analogous Colors of #4ccedd

#4ccedd #4c86dd #4cdda4

Monochromatic Colors of #4ccedd

#4ccedd

Complementary Color

#4ccedd #dd5b4c

#4ccedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccedd Color CSS Codes

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

#4ccedd Text Font Color

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

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


#4ccedd Background Color

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

This div background color is #4ccedd


#4ccedd Border Color

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

This div border color is #4ccedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccedd


Comments

No comments written yet.

Please login to write comment.