Color Hex Logo

#2b9fdb Color Hex

#2B9FDB
(43,159,219)
0 Favorites   0 Comments

Color spaces of #2b9fdb

RGB 43159219
HSL0.560.710.51
HSV200°80°86°
CMYK 0.800.270.00   0.14
XYZ26.180630.424371.5105
Yxy30.42430.20440.2375
Hunter Lab55.1582-11.8027-38.2564
CIE-Lab62.0186-10.9624-39.3319

#2b9fdb color RGB value is (43,159,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 10011111 11011011
Octal 53 237 333
Decimal 43 159 219
Hex 2B 9F DB

RGB Percentages of Color #2b9fdb

%10.21
%37.77
%52.02

CMYK Percentages of Color #2b9fdb

%80
%27
%0
%14

Triadic Colors of #2b9fdb

#2b9fdb #db2b9f #9fdb2b

Analogous Colors of #2b9fdb

#2b9fdb #2b47db #2bdbbf

Monochromatic Colors of #2b9fdb

#2b9fdb

Complementary Color

#2b9fdb #db672b

#2b9fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b9fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b9fdb Color CSS Codes

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

#2b9fdb Text Font Color

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

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


#2b9fdb Background Color

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

This div background color is #2b9fdb


#2b9fdb Border Color

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

This div border color is #2b9fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b9fdb


Comments

No comments written yet.

Please login to write comment.