Color Hex Logo

#4ccddc Color Hex

#4CCDDC
(76,205,220)
0 Favorites   0 Comments

Color spaces of #4ccddc

RGB 76205220
HSL0.520.670.58
HSV186°65°86°
CMYK 0.650.070.00   0.14
XYZ37.730150.366475.4433
Yxy50.36640.23070.3080
Hunter Lab70.9693-29.2985-13.3492
CIE-Lab76.2936-30.3490-17.8501

#4ccddc color RGB value is (76,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001101 11011100
Octal 114 315 334
Decimal 76 205 220
Hex 4C CD DC

RGB Percentages of Color #4ccddc

%15.17
%40.92
%43.91

CMYK Percentages of Color #4ccddc

%65
%7
%0
%14

Triadic Colors of #4ccddc

#4ccddc #dc4ccd #cddc4c

Analogous Colors of #4ccddc

#4ccddc #4c85dc #4cdca3

Monochromatic Colors of #4ccddc

#4ccddc

Complementary Color

#4ccddc #dc5b4c

#4ccddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccddc Color CSS Codes

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

#4ccddc Text Font Color

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

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


#4ccddc Background Color

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

This div background color is #4ccddc


#4ccddc Border Color

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

This div border color is #4ccddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccddc


Comments

No comments written yet.

Please login to write comment.