Color Hex Logo

#4ccfde Color Hex

#4CCFDE
(76,207,222)
0 Favorites   0 Comments

Color spaces of #4ccfde

RGB 76207222
HSL0.520.690.58
HSV186°66°87°
CMYK 0.660.070.00   0.13
XYZ38.478151.436177.0074
Yxy51.43610.23050.3081
Hunter Lab71.7190-29.7408-13.4587
CIE-Lab76.9424-30.7331-17.9461

#4ccfde color RGB value is (76,207,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001111 11011110
Octal 114 317 336
Decimal 76 207 222
Hex 4C CF DE

RGB Percentages of Color #4ccfde

%15.05
%40.99
%43.96

CMYK Percentages of Color #4ccfde

%66
%7
%0
%13

Triadic Colors of #4ccfde

#4ccfde #de4ccf #cfde4c

Analogous Colors of #4ccfde

#4ccfde #4c86de #4cdea4

Monochromatic Colors of #4ccfde

#4ccfde

Complementary Color

#4ccfde #de5b4c

#4ccfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccfde Color CSS Codes

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

#4ccfde Text Font Color

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

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


#4ccfde Background Color

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

This div background color is #4ccfde


#4ccfde Border Color

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

This div border color is #4ccfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccfde


Comments

No comments written yet.

Please login to write comment.