Color Hex Logo

#4adbf8 Color Hex

#4ADBF8
(74,219,248)
0 Favorites   0 Comments

Color spaces of #4adbf8

RGB 74219248
HSL0.530.930.63
HSV190°70°97°
CMYK 0.700.120.00   0.03
XYZ45.098858.896297.7981
Yxy58.89620.22350.2919
Hunter Lab76.7439-29.4056-21.8352
CIE-Lab81.2345-29.1314-25.3230

#4adbf8 color RGB value is (74,219,248).

#4adbf8 hex color red value is 74, green value is 219 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #4adbf8 hue: 0.53 , saturation: 0.93 and the lightness value of 4adbf8 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011011 11111000
Octal 112 333 370
Decimal 74 219 248
Hex 4A DB F8

RGB Percentages of Color #4adbf8

%13.68
%40.48
%45.84

CMYK Percentages of Color #4adbf8

%70
%12
%0
%3

Triadic Colors of #4adbf8

#4adbf8 #f84adb #dbf84a

Analogous Colors of #4adbf8

#4adbf8 #4a84f8 #4af8be

Monochromatic Colors of #4adbf8

#4adbf8

Complementary Color

#4adbf8 #f8674a

#4adbf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adbf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adbf8 Color CSS Codes

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

#4adbf8 Text Font Color

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

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


#4adbf8 Background Color

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

This div background color is #4adbf8


#4adbf8 Border Color

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

This div border color is #4adbf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adbf8

Related Colors


Comments

No comments written yet.

Please login to write comment.