Color Hex Logo

#4ccadd Color Hex

#4CCADD
(76,202,221)
0 Favorites   0 Comments

Color spaces of #4ccadd

RGB 76202221
HSL0.520.680.58
HSV188°66°87°
CMYK 0.660.090.00   0.13
XYZ37.152248.998075.9061
Yxy48.99800.22930.3024
Hunter Lab69.9986-27.7575-15.2948
CIE-Lab75.4501-28.5989-19.6656

#4ccadd color RGB value is (76,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001010 11011101
Octal 114 312 335
Decimal 76 202 221
Hex 4C CA DD

RGB Percentages of Color #4ccadd

%15.23
%40.48
%44.29

CMYK Percentages of Color #4ccadd

%66
%9
%0
%13

Triadic Colors of #4ccadd

#4ccadd #dd4cca #cadd4c

Analogous Colors of #4ccadd

#4ccadd #4c82dd #4cdda8

Monochromatic Colors of #4ccadd

#4ccadd

Complementary Color

#4ccadd #dd5f4c

#4ccadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccadd Color CSS Codes

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

#4ccadd Text Font Color

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

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


#4ccadd Background Color

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

This div background color is #4ccadd


#4ccadd Border Color

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

This div border color is #4ccadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccadd


Comments

No comments written yet.

Please login to write comment.