Color Hex Logo

#4ccaec Color Hex

#4CCAEC
(76,202,236)
0 Favorites   0 Comments

Color spaces of #4ccaec

RGB 76202236
HSL0.540.810.61
HSV193°68°93°
CMYK 0.680.140.00   0.07
XYZ39.241349.833786.9075
Yxy49.83370.22300.2832
Hunter Lab70.5930-24.3130-23.5772
CIE-Lab75.9671-24.0995-26.9582

#4ccaec color RGB value is (76,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001010 11101100
Octal 114 312 354
Decimal 76 202 236
Hex 4C CA EC

RGB Percentages of Color #4ccaec

%14.79
%39.30
%45.91

CMYK Percentages of Color #4ccaec

%68
%14
%0
%7

Triadic Colors of #4ccaec

#4ccaec #ec4cca #caec4c

Analogous Colors of #4ccaec

#4ccaec #4c7aec #4cecbe

Monochromatic Colors of #4ccaec

#4ccaec

Complementary Color

#4ccaec #ec6e4c

#4ccaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccaec Color CSS Codes

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

#4ccaec Text Font Color

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

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


#4ccaec Background Color

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

This div background color is #4ccaec


#4ccaec Border Color

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

This div border color is #4ccaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccaec


Comments

No comments written yet.

Please login to write comment.