Color Hex Logo

#2b9bdd Color Hex

#2B9BDD
(43,155,221)
0 Favorites   0 Comments

Color spaces of #2b9bdd

RGB 43155221
HSL0.560.720.52
HSV202°81°87°
CMYK 0.810.300.00   0.13
XYZ25.768829.176772.6801
Yxy29.17670.20190.2286
Hunter Lab54.0155-9.3712-41.9664
CIE-Lab60.9373-8.0161-42.1390

#2b9bdd color RGB value is (43,155,221).

#2b9bdd hex color red value is 43, green value is 155 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2b9bdd hue: 0.56 , saturation: 0.72 and the lightness value of 2b9bdd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 10011011 11011101
Octal 53 233 335
Decimal 43 155 221
Hex 2B 9B DD

RGB Percentages of Color #2b9bdd

%10.26
%36.99
%52.74

CMYK Percentages of Color #2b9bdd

%81
%30
%0
%13

Triadic Colors of #2b9bdd

#2b9bdd #dd2b9b #9bdd2b

Analogous Colors of #2b9bdd

#2b9bdd #2b42dd #2bddc6

Monochromatic Colors of #2b9bdd

#2b9bdd

Complementary Color

#2b9bdd #dd6d2b

#2b9bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b9bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b9bdd Color CSS Codes

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

#2b9bdd Text Font Color

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

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


#2b9bdd Background Color

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

This div background color is #2b9bdd


#2b9bdd Border Color

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

This div border color is #2b9bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,155,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b9bdd


Comments

No comments written yet.

Please login to write comment.