Color Hex Logo

#4accce Color Hex

#4ACCCE
(74,204,206)
0 Favorites   0 Comments

Color spaces of #4accce

RGB 74204206
HSL0.500.570.55
HSV181°64°81°
CMYK 0.640.010.00   0.19
XYZ35.557549.097865.9953
Yxy49.09780.23600.3259
Hunter Lab70.0698-32.0409-6.7934
CIE-Lab75.5121-34.1737-11.4779

#4accce color RGB value is (74,204,206).

#4accce hex color red value is 74, green value is 204 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4accce hue: 0.50 , saturation: 0.57 and the lightness value of 4accce is 0.55.

The process color (four color CMYK) of #4accce color hex is 0.64, 0.01, 0.00, 0.19. Web safe color of #4accce is #33cccc. Color #4accce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001100 11001110
Octal 112 314 316
Decimal 74 204 206
Hex 4A CC CE

RGB Percentages of Color #4accce

%15.29
%42.15
%42.56

CMYK Percentages of Color #4accce

%64
%1
%0
%19

Triadic Colors of #4accce

#4accce #ce4acc #ccce4a

Analogous Colors of #4accce

#4accce #4a8ace #4ace8e

Monochromatic Colors of #4accce

#4accce

Complementary Color

#4accce #ce4c4a

#4accce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4accce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4accce Color CSS Codes

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

#4accce Text Font Color

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

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


#4accce Background Color

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

This div background color is #4accce


#4accce Border Color

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

This div border color is #4accce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4accce


Comments

No comments written yet.

Please login to write comment.