Color Hex Logo

#4adfea Color Hex

#4ADFEA
(74,223,234)
0 Favorites   0 Comments

Color spaces of #4adfea

RGB 74223234
HSL0.510.790.60
HSV184°68°92°
CMYK 0.680.050.00   0.08
XYZ44.063060.171787.1338
Yxy60.17170.23030.3144
Hunter Lab77.5704-34.3533-12.3004
CIE-Lab81.9314-35.1441-16.8357

#4adfea color RGB value is (74,223,234).

#4adfea hex color red value is 74, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4adfea hue: 0.51 , saturation: 0.79 and the lightness value of 4adfea is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011111 11101010
Octal 112 337 352
Decimal 74 223 234
Hex 4A DF EA

RGB Percentages of Color #4adfea

%13.94
%42.00
%44.07

CMYK Percentages of Color #4adfea

%68
%5
%0
%8

Triadic Colors of #4adfea

#4adfea #ea4adf #dfea4a

Analogous Colors of #4adfea

#4adfea #4a8fea #4aeaa5

Monochromatic Colors of #4adfea

#4adfea

Complementary Color

#4adfea #ea554a

#4adfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adfea Color CSS Codes

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

#4adfea Text Font Color

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

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


#4adfea Background Color

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

This div background color is #4adfea


#4adfea Border Color

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

This div border color is #4adfea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,223,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adfea


Comments

No comments written yet.

Please login to write comment.