Color Hex Logo

#4afcec Color Hex

#4AFCEC
(74,252,236)
0 Favorites   0 Comments

Color spaces of #4afcec

RGB 74252236
HSL0.490.970.64
HSV175°71°99°
CMYK 0.710.000.06   0.01
XYZ52.774877.132891.4635
Yxy77.13280.23840.3484
Hunter Lab87.8253-46.4324-0.2684
CIE-Lab90.3827-47.5863-5.2905

#4afcec color RGB value is (74,252,236).

#4afcec hex color red value is 74, green value is 252 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4afcec hue: 0.49 , saturation: 0.97 and the lightness value of 4afcec is 0.64.

The process color (four color CMYK) of #4afcec color hex is 0.71, 0.00, 0.06, 0.01. Web safe color of #4afcec is #33ffff. Color #4afcec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111100 11101100
Octal 112 374 354
Decimal 74 252 236
Hex 4A FC EC

RGB Percentages of Color #4afcec

%13.17
%44.84
%41.99

CMYK Percentages of Color #4afcec

%71
%0
%6
%1

Triadic Colors of #4afcec

#4afcec #ec4afc #fcec4a

Analogous Colors of #4afcec

#4afcec #4ab3fc #4afc93

Monochromatic Colors of #4afcec

#4afcec

Complementary Color

#4afcec #fc4a5a

#4afcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afcec Color CSS Codes

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

#4afcec Text Font Color

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

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


#4afcec Background Color

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

This div background color is #4afcec


#4afcec Border Color

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

This div border color is #4afcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afcec


Comments

No comments written yet.

Please login to write comment.