Color Hex Logo

#42aced Color Hex

#42ACED
(66,172,237)
0 Favorites   0 Comments

Color spaces of #42aced

RGB 66172237
HSL0.560.830.59
HSV203°72°93°
CMYK 0.720.270.00   0.07
XYZ32.285436.777785.5180
Yxy36.77770.20890.2379
Hunter Lab60.6446-11.1000-41.1565
CIE-Lab67.1099-9.3659-41.2351

#42aced color RGB value is (66,172,237).

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

The process color (four color CMYK) of #42aced color hex is 0.72, 0.27, 0.00, 0.07. Web safe color of #42aced is #3399ff. Color #42aced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101100 11101101
Octal 102 254 355
Decimal 66 172 237
Hex 42 AC ED

RGB Percentages of Color #42aced

%13.89
%36.21
%49.89

CMYK Percentages of Color #42aced

%72
%27
%0
%7

Triadic Colors of #42aced

#42aced #ed42ac #aced42

Analogous Colors of #42aced

#42aced #4257ed #42edd9

Monochromatic Colors of #42aced

#42aced

Complementary Color

#42aced #ed8342

#42aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#42aced Color CSS Codes

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

#42aced Text Font Color

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

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


#42aced Background Color

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

This div background color is #42aced


#42aced Border Color

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

This div border color is #42aced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,172,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42aced


Comments

No comments written yet.

Please login to write comment.