Color Hex Logo

#4adbef Color Hex

#4ADBEF
(74,219,239)
0 Favorites   0 Comments

Color spaces of #4adbef

RGB 74219239
HSL0.520.840.61
HSV187°69°94°
CMYK 0.690.080.00   0.06
XYZ43.735558.350990.6191
Yxy58.35090.22700.3028
Hunter Lab76.3878-31.4791-16.8645
CIE-Lab80.9335-31.8038-20.9998

#4adbef color RGB value is (74,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011011 11101111
Octal 112 333 357
Decimal 74 219 239
Hex 4A DB EF

RGB Percentages of Color #4adbef

%13.91
%41.17
%44.92

CMYK Percentages of Color #4adbef

%69
%8
%0
%6

Triadic Colors of #4adbef

#4adbef #ef4adb #dbef4a

Analogous Colors of #4adbef

#4adbef #4a89ef #4aefb1

Monochromatic Colors of #4adbef

#4adbef

Complementary Color

#4adbef #ef5e4a

#4adbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adbef Color CSS Codes

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

#4adbef Text Font Color

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

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


#4adbef Background Color

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

This div background color is #4adbef


#4adbef Border Color

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

This div border color is #4adbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adbef


Comments

No comments written yet.

Please login to write comment.