Color Hex Logo

#4ccadf Color Hex

#4CCADF
(76,202,223)
0 Favorites   0 Comments

Color spaces of #4ccadf

RGB 76202223
HSL0.520.700.59
HSV189°66°87°
CMYK 0.660.090.00   0.13
XYZ37.420349.105377.3180
Yxy49.10530.22840.2997
Hunter Lab70.0752-27.3122-16.3655
CIE-Lab75.5168-28.0092-20.6434

#4ccadf color RGB value is (76,202,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001010 11011111
Octal 114 312 337
Decimal 76 202 223
Hex 4C CA DF

RGB Percentages of Color #4ccadf

%15.17
%40.32
%44.51

CMYK Percentages of Color #4ccadf

%66
%9
%0
%13

Triadic Colors of #4ccadf

#4ccadf #df4cca #cadf4c

Analogous Colors of #4ccadf

#4ccadf #4c81df #4cdfab

Monochromatic Colors of #4ccadf

#4ccadf

Complementary Color

#4ccadf #df614c

#4ccadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccadf Color CSS Codes

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

#4ccadf Text Font Color

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

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


#4ccadf Background Color

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

This div background color is #4ccadf


#4ccadf Border Color

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

This div border color is #4ccadf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,202,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccadf


Comments

No comments written yet.

Please login to write comment.