Color Hex Logo

#4afcde Color Hex

#4AFCDE
(74,252,222)
0 Favorites   0 Comments

Color spaces of #4afcde

RGB 74252222
HSL0.470.970.64
HSV170°71°99°
CMYK 0.710.000.12   0.01
XYZ50.819376.350681.1659
Yxy76.35060.24390.3665
Hunter Lab87.3788-49.09786.0909
CIE-Lab90.0219-51.17091.4532

#4afcde color RGB value is (74,252,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111100 11011110
Octal 112 374 336
Decimal 74 252 222
Hex 4A FC DE

RGB Percentages of Color #4afcde

%13.50
%45.99
%40.51

CMYK Percentages of Color #4afcde

%71
%0
%12
%1

Triadic Colors of #4afcde

#4afcde #de4afc #fcde4a

Analogous Colors of #4afcde

#4afcde #4ac1fc #4afc85

Monochromatic Colors of #4afcde

#4afcde

Complementary Color

#4afcde #fc4a68

#4afcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afcde Color CSS Codes

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

#4afcde Text Font Color

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

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


#4afcde Background Color

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

This div background color is #4afcde


#4afcde Border Color

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

This div border color is #4afcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afcde

Related Colors


Comments

No comments written yet.

Please login to write comment.