Color Hex Logo

#4abcf8 Color Hex

#4ABCF8
(74,188,248)
0 Favorites   0 Comments

Color spaces of #4abcf8

RGB 74188248
HSL0.560.930.63
HSV201°70°97°
CMYK 0.700.240.00   0.03
XYZ37.750544.199695.3486
Yxy44.19960.21290.2493
Hunter Lab66.4828-14.9883-38.4949
CIE-Lab72.3617-13.3349-38.9962

#4abcf8 color RGB value is (74,188,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111100 11111000
Octal 112 274 370
Decimal 74 188 248
Hex 4A BC F8

RGB Percentages of Color #4abcf8

%14.51
%36.86
%48.63

CMYK Percentages of Color #4abcf8

%70
%24
%0
%3

Triadic Colors of #4abcf8

#4abcf8 #f84abc #bcf84a

Analogous Colors of #4abcf8

#4abcf8 #4a65f8 #4af8dd

Monochromatic Colors of #4abcf8

#4abcf8

Complementary Color

#4abcf8 #f8864a

#4abcf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abcf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abcf8 Color CSS Codes

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

#4abcf8 Text Font Color

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

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


#4abcf8 Background Color

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

This div background color is #4abcf8


#4abcf8 Border Color

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

This div border color is #4abcf8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,188,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 #4abcf8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abcf8


Comments

No comments written yet.

Please login to write comment.