Color Hex Logo

#4adfee Color Hex

#4ADFEE
(74,223,238)
0 Favorites   0 Comments

Color spaces of #4adfee

RGB 74223238
HSL0.520.830.61
HSV185°69°93°
CMYK 0.690.060.00   0.07
XYZ44.644360.404290.1951
Yxy60.40420.22870.3094
Hunter Lab77.7201-33.4756-14.4026
CIE-Lab82.0574-33.9928-18.7681

#4adfee color RGB value is (74,223,238).

#4adfee hex color red value is 74, green value is 223 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4adfee hue: 0.52 , saturation: 0.83 and the lightness value of 4adfee is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011111 11101110
Octal 112 337 356
Decimal 74 223 238
Hex 4A DF EE

RGB Percentages of Color #4adfee

%13.83
%41.68
%44.49

CMYK Percentages of Color #4adfee

%69
%6
%0
%7

Triadic Colors of #4adfee

#4adfee #ee4adf #dfee4a

Analogous Colors of #4adfee

#4adfee #4a8dee #4aeeab

Monochromatic Colors of #4adfee

#4adfee

Complementary Color

#4adfee #ee594a

#4adfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adfee Color CSS Codes

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

#4adfee Text Font Color

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

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


#4adfee Background Color

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

This div background color is #4adfee


#4adfee Border Color

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

This div border color is #4adfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adfee


Comments

No comments written yet.

Please login to write comment.