Color Hex Logo

#4adefd Color Hex

#4ADEFD
(74,222,253)
0 Favorites   0 Comments

Color spaces of #4adefd

RGB 74222253
HSL0.530.980.64
HSV190°71°99°
CMYK 0.710.120.00   0.01
XYZ46.674960.7902102.2022
Yxy60.79020.22260.2899
Hunter Lab77.9681-29.5867-23.1409
CIE-Lab82.2658-29.0856-26.3990

#4adefd color RGB value is (74,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011110 11111101
Octal 112 336 375
Decimal 74 222 253
Hex 4A DE FD

RGB Percentages of Color #4adefd

%13.48
%40.44
%46.08

CMYK Percentages of Color #4adefd

%71
%12
%0
%1

Triadic Colors of #4adefd

#4adefd #fd4ade #defd4a

Analogous Colors of #4adefd

#4adefd #4a85fd #4afdc3

Monochromatic Colors of #4adefd

#4adefd

Complementary Color

#4adefd #fd694a

#4adefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adefd Color CSS Codes

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

#4adefd Text Font Color

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

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


#4adefd Background Color

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

This div background color is #4adefd


#4adefd Border Color

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

This div border color is #4adefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adefd

Related Colors


Comments

No comments written yet.

Please login to write comment.