Color Hex Logo

#2a9cdb Color Hex

#2A9CDB
(42,156,219)
0 Favorites   0 Comments

Color spaces of #2a9cdb

RGB 42156219
HSL0.560.710.51
HSV201°81°86°
CMYK 0.810.290.00   0.14
XYZ25.629529.383671.3386
Yxy29.38360.20280.2326
Hunter Lab54.2066-10.4648-40.0839
CIE-Lab61.1187-9.3823-40.7441

#2a9cdb color RGB value is (42,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10011100 11011011
Octal 52 234 333
Decimal 42 156 219
Hex 2A 9C DB

RGB Percentages of Color #2a9cdb

%10.07
%37.41
%52.52

CMYK Percentages of Color #2a9cdb

%81
%29
%0
%14

Triadic Colors of #2a9cdb

#2a9cdb #db2a9c #9cdb2a

Analogous Colors of #2a9cdb

#2a9cdb #2a44db #2adbc2

Monochromatic Colors of #2a9cdb

#2a9cdb

Complementary Color

#2a9cdb #db692a

#2a9cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a9cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a9cdb Color CSS Codes

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

#2a9cdb Text Font Color

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

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


#2a9cdb Background Color

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

This div background color is #2a9cdb


#2a9cdb Border Color

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

This div border color is #2a9cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a9cdb


Comments

No comments written yet.

Please login to write comment.