Color Hex Logo

#42abeb Color Hex

#42ABEB
(66,171,235)
0 Favorites   0 Comments

Color spaces of #42abeb

RGB 66171235
HSL0.560.810.59
HSV203°72°92°
CMYK 0.720.270.00   0.08
XYZ31.805136.282283.9241
Yxy36.28220.20920.2387
Hunter Lab60.2347-11.1593-40.4436
CIE-Lab66.7350-9.4885-40.7279

#42abeb color RGB value is (66,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101011 11101011
Octal 102 253 353
Decimal 66 171 235
Hex 42 AB EB

RGB Percentages of Color #42abeb

%13.98
%36.23
%49.79

CMYK Percentages of Color #42abeb

%72
%27
%0
%8

Triadic Colors of #42abeb

#42abeb #eb42ab #abeb42

Analogous Colors of #42abeb

#42abeb #4257eb #42ebd7

Monochromatic Colors of #42abeb

#42abeb

Complementary Color

#42abeb #eb8242

#42abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42abeb Color CSS Codes

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

#42abeb Text Font Color

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

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


#42abeb Background Color

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

This div background color is #42abeb


#42abeb Border Color

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

This div border color is #42abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42abeb


Comments

No comments written yet.

Please login to write comment.