Color Hex Logo

#2b8ade Color Hex

#2B8ADE
(43,138,222)
0 Favorites   0 Comments

Color spaces of #2b8ade

RGB 43138222
HSL0.580.730.52
HSV208°81°87°
CMYK 0.810.380.00   0.13
XYZ23.269623.964572.5064
Yxy23.96450.19430.2001
Hunter Lab48.9535-0.8204-53.5485
CIE-Lab56.05222.2205-50.4221

#2b8ade color RGB value is (43,138,222).

#2b8ade hex color red value is 43, green value is 138 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #2b8ade hue: 0.58 , saturation: 0.73 and the lightness value of 2b8ade is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 10001010 11011110
Octal 53 212 336
Decimal 43 138 222
Hex 2B 8A DE

RGB Percentages of Color #2b8ade

%10.67
%34.24
%55.09

CMYK Percentages of Color #2b8ade

%81
%38
%0
%13

Triadic Colors of #2b8ade

#2b8ade #de2b8a #8ade2b

Analogous Colors of #2b8ade

#2b8ade #2b30de #2bded9

Monochromatic Colors of #2b8ade

#2b8ade

Complementary Color

#2b8ade #de7f2b

#2b8ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b8ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b8ade Color CSS Codes

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

#2b8ade Text Font Color

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

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


#2b8ade Background Color

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

This div background color is #2b8ade


#2b8ade Border Color

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

This div border color is #2b8ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b8ade


Comments

No comments written yet.

Please login to write comment.