Color Hex Logo

#4cccec Color Hex

#4CCCEC
(76,204,236)
0 Favorites   0 Comments

Color spaces of #4cccec

RGB 76204236
HSL0.530.810.61
HSV192°68°93°
CMYK 0.680.140.00   0.07
XYZ39.713750.778487.0650
Yxy50.77840.22370.2860
Hunter Lab71.2590-25.2224-22.5599
CIE-Lab76.5446-25.1008-26.0745

#4cccec color RGB value is (76,204,236).

#4cccec hex color red value is 76, green value is 204 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4cccec hue: 0.53 , saturation: 0.81 and the lightness value of 4cccec is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001100 11101100
Octal 114 314 354
Decimal 76 204 236
Hex 4C CC EC

RGB Percentages of Color #4cccec

%14.73
%39.53
%45.74

CMYK Percentages of Color #4cccec

%68
%14
%0
%7

Triadic Colors of #4cccec

#4cccec #ec4ccc #ccec4c

Analogous Colors of #4cccec

#4cccec #4c7cec #4cecbc

Monochromatic Colors of #4cccec

#4cccec

Complementary Color

#4cccec #ec6c4c

#4cccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cccec Color CSS Codes

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

#4cccec Text Font Color

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

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


#4cccec Background Color

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

This div background color is #4cccec


#4cccec Border Color

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

This div border color is #4cccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cccec


Comments

No comments written yet.

Please login to write comment.