Color Hex Logo

#2a6ddb Color Hex

#2A6DDB
(42,109,219)
0 Favorites   0 Comments

Color spaces of #2a6ddb

RGB 42109219
HSL0.600.710.51
HSV217°81°86°
CMYK 0.810.500.00   0.14
XYZ19.209716.544069.1987
Yxy16.54400.18300.1576
Hunter Lab40.674313.1221-72.3973
CIE-Lab47.680318.9413-62.1593

#2a6ddb color RGB value is (42,109,219).

#2a6ddb hex color red value is 42, green value is 109 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2a6ddb hue: 0.60 , saturation: 0.71 and the lightness value of 2a6ddb is 0.51.

The process color (four color CMYK) of #2a6ddb color hex is 0.81, 0.50, 0.00, 0.14. Web safe color of #2a6ddb is #3366cc. Color #2a6ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 01101101 11011011
Octal 52 155 333
Decimal 42 109 219
Hex 2A 6D DB

RGB Percentages of Color #2a6ddb

%11.35
%29.46
%59.19

CMYK Percentages of Color #2a6ddb

%81
%50
%0
%14

Triadic Colors of #2a6ddb

#2a6ddb #db2a6d #6ddb2a

Analogous Colors of #2a6ddb

#2a6ddb #3f2adb #2ac6db

Monochromatic Colors of #2a6ddb

#2a6ddb

Complementary Color

#2a6ddb #db982a

#2a6ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a6ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a6ddb Color CSS Codes

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

#2a6ddb Text Font Color

<p style="color:#2a6ddb">Text here</p>

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


#2a6ddb Background Color

<div style="background-color:#2a6ddb">
Div content here</div>

This div background color is #2a6ddb


#2a6ddb Border Color

<div style="border:3px solid #2a6ddb">
Div here</div>

This div border color is #2a6ddb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,109,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2a6ddb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2a6ddb;
  -webkit-box-shadow: 1px 1px 3px 2px #2a6ddb;
  box-shadow:         1px 1px 3px 2px #2a6ddb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,109,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a6ddb


Comments

No comments written yet.

Please login to write comment.