Color Hex Logo

#4ccfdc Color Hex

#4CCFDC
(76,207,220)
0 Favorites   0 Comments

Color spaces of #4ccfdc

RGB 76207220
HSL0.520.670.58
HSV185°65°86°
CMYK 0.650.060.00   0.14
XYZ38.211651.329575.6038
Yxy51.32950.23140.3108
Hunter Lab71.6446-30.1752-12.4152
CIE-Lab76.8782-31.3121-16.9676

#4ccfdc color RGB value is (76,207,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001111 11011100
Octal 114 317 334
Decimal 76 207 220
Hex 4C CF DC

RGB Percentages of Color #4ccfdc

%15.11
%41.15
%43.74

CMYK Percentages of Color #4ccfdc

%65
%6
%0
%14

Triadic Colors of #4ccfdc

#4ccfdc #dc4ccf #cfdc4c

Analogous Colors of #4ccfdc

#4ccfdc #4c87dc #4cdca1

Monochromatic Colors of #4ccfdc

#4ccfdc

Complementary Color

#4ccfdc #dc594c

#4ccfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccfdc Color CSS Codes

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

#4ccfdc Text Font Color

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

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


#4ccfdc Background Color

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

This div background color is #4ccfdc


#4ccfdc Border Color

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

This div border color is #4ccfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccfdc

#4ccfdc Color Palettes


Comments

No comments written yet.

Please login to write comment.