Color Hex Logo

#42abde Color Hex

#42ABDE
(66,171,222)
0 Favorites   0 Comments

Color spaces of #42abde

RGB 66171222
HSL0.550.700.56
HSV200°70°87°
CMYK 0.700.230.00   0.13
XYZ29.994535.558074.3897
Yxy35.55800.21430.2541
Hunter Lab59.6305-14.5669-32.2235
CIE-Lab66.1808-13.8160-34.4582

#42abde color RGB value is (66,171,222).

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

The process color (four color CMYK) of #42abde color hex is 0.70, 0.23, 0.00, 0.13. Web safe color of #42abde is #3399cc. Color #42abde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101011 11011110
Octal 102 253 336
Decimal 66 171 222
Hex 42 AB DE

RGB Percentages of Color #42abde

%14.38
%37.25
%48.37

CMYK Percentages of Color #42abde

%70
%23
%0
%13

Triadic Colors of #42abde

#42abde #de42ab #abde42

Analogous Colors of #42abde

#42abde #425dde #42dec3

Monochromatic Colors of #42abde

#42abde

Complementary Color

#42abde #de7542

#42abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#42abde Color CSS Codes

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

#42abde Text Font Color

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

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


#42abde Background Color

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

This div background color is #42abde


#42abde Border Color

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

This div border color is #42abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42abde


Comments

No comments written yet.

Please login to write comment.