Color Hex Logo

#42acee Color Hex

#42ACEE
(66,172,238)
0 Favorites   0 Comments

Color spaces of #42acee

RGB 66172238
HSL0.560.830.60
HSV203°72°93°
CMYK 0.720.280.00   0.07
XYZ32.431936.836386.2897
Yxy36.83630.20850.2368
Hunter Lab60.6929-10.8292-41.8101
CIE-Lab67.1540-9.0292-41.7125

#42acee color RGB value is (66,172,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101100 11101110
Octal 102 254 356
Decimal 66 172 238
Hex 42 AC EE

RGB Percentages of Color #42acee

%13.87
%36.13
%50.00

CMYK Percentages of Color #42acee

%72
%28
%0
%7

Triadic Colors of #42acee

#42acee #ee42ac #acee42

Analogous Colors of #42acee

#42acee #4256ee #42eeda

Monochromatic Colors of #42acee

#42acee

Complementary Color

#42acee #ee8442

#42acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#42acee Color CSS Codes

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

#42acee Text Font Color

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

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


#42acee Background Color

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

This div background color is #42acee


#42acee Border Color

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

This div border color is #42acee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42acee


Comments

No comments written yet.

Please login to write comment.