Color Hex Logo

#4ccecf Color Hex

#4CCECF
(76,206,207)
0 Favorites   0 Comments

Color spaces of #4ccecf

RGB 76206207
HSL0.500.580.55
HSV180°63°81°
CMYK 0.630.000.00   0.19
XYZ36.314350.184166.8040
Yxy50.18410.23690.3274
Hunter Lab70.8407-32.4688-6.3229
CIE-Lab76.1821-34.5235-11.0112

#4ccecf color RGB value is (76,206,207).

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

The process color (four color CMYK) of #4ccecf color hex is 0.63, 0.00, 0.00, 0.19. Web safe color of #4ccecf is #33cccc. Color #4ccecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001110 11001111
Octal 114 316 317
Decimal 76 206 207
Hex 4C CE CF

RGB Percentages of Color #4ccecf

%15.54
%42.13
%42.33

CMYK Percentages of Color #4ccecf

%63
%0
%0
%19

Triadic Colors of #4ccecf

#4ccecf #cf4cce #cecf4c

Analogous Colors of #4ccecf

#4ccecf #4c8dcf #4ccf8f

Monochromatic Colors of #4ccecf

#4ccecf

Complementary Color

#4ccecf #cf4d4c

#4ccecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccecf Color CSS Codes

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

#4ccecf Text Font Color

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

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


#4ccecf Background Color

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

This div background color is #4ccecf


#4ccecf Border Color

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

This div border color is #4ccecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccecf


Comments

No comments written yet.

Please login to write comment.