Color Hex Logo

#4acceb Color Hex

#4ACCEB
(74,204,235)
0 Favorites   0 Comments

Color spaces of #4acceb

RGB 74204235
HSL0.530.800.61
HSV192°69°92°
CMYK 0.690.130.00   0.08
XYZ39.412350.639786.2945
Yxy50.63970.22350.2872
Hunter Lab71.1616-25.6719-22.0853
CIE-Lab76.4602-25.6853-25.6707

#4acceb color RGB value is (74,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001100 11101011
Octal 112 314 353
Decimal 74 204 235
Hex 4A CC EB

RGB Percentages of Color #4acceb

%14.42
%39.77
%45.81

CMYK Percentages of Color #4acceb

%69
%13
%0
%8

Triadic Colors of #4acceb

#4acceb #eb4acc #cceb4a

Analogous Colors of #4acceb

#4acceb #4a7ceb #4aebba

Monochromatic Colors of #4acceb

#4acceb

Complementary Color

#4acceb #eb694a

#4acceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acceb Color CSS Codes

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

#4acceb Text Font Color

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

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


#4acceb Background Color

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

This div background color is #4acceb


#4acceb Border Color

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

This div border color is #4acceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acceb


Comments

No comments written yet.

Please login to write comment.