Color Hex Logo

#4ccadb Color Hex

#4CCADB
(76,202,219)
0 Favorites   0 Comments

Color spaces of #4ccadb

RGB 76202219
HSL0.520.670.58
HSV187°65°86°
CMYK 0.650.080.00   0.14
XYZ36.887248.892074.5108
Yxy48.89200.23010.3050
Hunter Lab69.9228-28.1987-14.2343
CIE-Lab75.3841-29.1857-18.6861

#4ccadb color RGB value is (76,202,219).

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

The process color (four color CMYK) of #4ccadb color hex is 0.65, 0.08, 0.00, 0.14. Web safe color of #4ccadb is #33cccc. Color #4ccadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001010 11011011
Octal 114 312 333
Decimal 76 202 219
Hex 4C CA DB

RGB Percentages of Color #4ccadb

%15.29
%40.64
%44.06

CMYK Percentages of Color #4ccadb

%65
%8
%0
%14

Triadic Colors of #4ccadb

#4ccadb #db4cca #cadb4c

Analogous Colors of #4ccadb

#4ccadb #4c83db #4cdba5

Monochromatic Colors of #4ccadb

#4ccadb

Complementary Color

#4ccadb #db5d4c

#4ccadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccadb Color CSS Codes

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

#4ccadb Text Font Color

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

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


#4ccadb Background Color

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

This div background color is #4ccadb


#4ccadb Border Color

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

This div border color is #4ccadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccadb


Comments

No comments written yet.

Please login to write comment.