Color Hex Logo

#42aceb Color Hex

#42ACEB
(66,172,235)
0 Favorites   0 Comments

Color spaces of #42aceb

RGB 66172235
HSL0.560.810.59
HSV202°72°92°
CMYK 0.720.270.00   0.08
XYZ31.994736.661583.9873
Yxy36.66150.20960.2402
Hunter Lab60.5487-11.6387-39.8572
CIE-Lab67.0223-10.0385-40.2786

#42aceb color RGB value is (66,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101100 11101011
Octal 102 254 353
Decimal 66 172 235
Hex 42 AC EB

RGB Percentages of Color #42aceb

%13.95
%36.36
%49.68

CMYK Percentages of Color #42aceb

%72
%27
%0
%8

Triadic Colors of #42aceb

#42aceb #eb42ac #aceb42

Analogous Colors of #42aceb

#42aceb #4258eb #42ebd6

Monochromatic Colors of #42aceb

#42aceb

Complementary Color

#42aceb #eb8142

#42aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42aceb Color CSS Codes

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

#42aceb Text Font Color

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

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


#42aceb Background Color

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

This div background color is #42aceb


#42aceb Border Color

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

This div border color is #42aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42aceb


Comments

No comments written yet.

Please login to write comment.