Color Hex Logo

#4accef Color Hex

#4ACCEF
(74,204,239)
0 Favorites   0 Comments

Color spaces of #4accef

RGB 74204239
HSL0.540.840.61
HSV193°69°94°
CMYK 0.690.150.00   0.06
XYZ39.996950.873689.3729
Yxy50.87360.22190.2822
Hunter Lab71.3257-24.7237-24.3638
CIE-Lab76.6024-24.4635-27.6008

#4accef color RGB value is (74,204,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001100 11101111
Octal 112 314 357
Decimal 74 204 239
Hex 4A CC EF

RGB Percentages of Color #4accef

%14.31
%39.46
%46.23

CMYK Percentages of Color #4accef

%69
%15
%0
%6

Triadic Colors of #4accef

#4accef #ef4acc #ccef4a

Analogous Colors of #4accef

#4accef #4a7aef #4aefc0

Monochromatic Colors of #4accef

#4accef

Complementary Color

#4accef #ef6d4a

#4accef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4accef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4accef Color CSS Codes

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

#4accef Text Font Color

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

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


#4accef Background Color

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

This div background color is #4accef


#4accef Border Color

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

This div border color is #4accef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4accef


Comments

No comments written yet.

Please login to write comment.