Color Hex Logo

#42acce Color Hex

#42ACCE
(66,172,206)
0 Favorites   0 Comments

Color spaces of #42acce

RGB 66172206
HSL0.540.590.53
HSV195°68°81°
CMYK 0.680.170.00   0.19
XYZ28.139935.119563.6881
Yxy35.11950.22170.2766
Hunter Lab59.2617-18.9488-22.2353
CIE-Lab65.8416-19.5197-26.1553

#42acce color RGB value is (66,172,206).

#42acce hex color red value is 66, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #42acce hue: 0.54 , saturation: 0.59 and the lightness value of 42acce is 0.53.

The process color (four color CMYK) of #42acce color hex is 0.68, 0.17, 0.00, 0.19. Web safe color of #42acce is #3399cc. Color #42acce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101100 11001110
Octal 102 254 316
Decimal 66 172 206
Hex 42 AC CE

RGB Percentages of Color #42acce

%14.86
%38.74
%46.40

CMYK Percentages of Color #42acce

%68
%17
%0
%19

Triadic Colors of #42acce

#42acce #ce42ac #acce42

Analogous Colors of #42acce

#42acce #4266ce #42ceaa

Monochromatic Colors of #42acce

#42acce

Complementary Color

#42acce #ce6442

#42acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#42acce Color CSS Codes

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

#42acce Text Font Color

<p style="color:#42acce">Text here</p>

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


#42acce Background Color

<div style="background-color:#42acce">
Div content here</div>

This div background color is #42acce


#42acce Border Color

<div style="border:3px solid #42acce">
Div here</div>

This div border color is #42acce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,172,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42acce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42acce;
  -webkit-box-shadow: 1px 1px 3px 2px #42acce;
  box-shadow:         1px 1px 3px 2px #42acce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,172,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 #42acce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42acce


Comments

No comments written yet.

Please login to write comment.