Color Hex Logo

#42abed Color Hex

#42ABED
(66,171,237)
0 Favorites   0 Comments

Color spaces of #42abed

RGB 66171237
HSL0.560.830.59
HSV203°72°93°
CMYK 0.720.280.00   0.07
XYZ32.095736.398585.4548
Yxy36.39850.20850.2364
Hunter Lab60.3312-10.6190-41.7482
CIE-Lab66.8233-8.8151-41.6838

#42abed color RGB value is (66,171,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101011 11101101
Octal 102 253 355
Decimal 66 171 237
Hex 42 AB ED

RGB Percentages of Color #42abed

%13.92
%36.08
%50.00

CMYK Percentages of Color #42abed

%72
%28
%0
%7

Triadic Colors of #42abed

#42abed #ed42ab #abed42

Analogous Colors of #42abed

#42abed #4256ed #42edda

Monochromatic Colors of #42abed

#42abed

Complementary Color

#42abed #ed8442

#42abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#42abed Color CSS Codes

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

#42abed Text Font Color

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

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


#42abed Background Color

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

This div background color is #42abed


#42abed Border Color

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

This div border color is #42abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42abed


Comments

No comments written yet.

Please login to write comment.