Color Hex Logo

#4accfb Color Hex

#4ACCFB
(74,204,251)
0 Favorites   0 Comments

Color spaces of #4accfb

RGB 74204251
HSL0.540.960.64
HSV196°71°98°
CMYK 0.710.190.00   0.02
XYZ41.829551.606699.0232
Yxy51.60660.21730.2681
Hunter Lab71.8377-21.7795-31.4406
CIE-Lab77.0450-20.7341-33.3487

#4accfb color RGB value is (74,204,251).

#4accfb hex color red value is 74, green value is 204 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4accfb hue: 0.54 , saturation: 0.96 and the lightness value of 4accfb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001100 11111011
Octal 112 314 373
Decimal 74 204 251
Hex 4A CC FB

RGB Percentages of Color #4accfb

%13.99
%38.56
%47.45

CMYK Percentages of Color #4accfb

%71
%19
%0
%2

Triadic Colors of #4accfb

#4accfb #fb4acc #ccfb4a

Analogous Colors of #4accfb

#4accfb #4a74fb #4afbd2

Monochromatic Colors of #4accfb

#4accfb

Complementary Color

#4accfb #fb794a

#4accfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4accfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4accfb Color CSS Codes

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

#4accfb Text Font Color

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

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


#4accfb Background Color

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

This div background color is #4accfb


#4accfb Border Color

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

This div border color is #4accfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4accfb

Related Colors


Comments

No comments written yet.

Please login to write comment.