Color Hex Logo

#2b5263 Color Hex

#2B5263
(43,82,99)
0 Favorites   0 Comments

Color spaces of #2b5263

RGB 438299
HSL0.550.390.28
HSV198°57°39°
CMYK 0.570.170.00   0.61
XYZ6.26577.449012.9119
Yxy7.44900.23530.2798
Hunter Lab27.2929-6.7837-8.9443
CIE-Lab32.8080-8.3966-14.1076

#2b5263 color RGB value is (43,82,99).

#2b5263 hex color red value is 43, green value is 82 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #2b5263 hue: 0.55 , saturation: 0.39 and the lightness value of 2b5263 is 0.28.

The process color (four color CMYK) of #2b5263 color hex is 0.57, 0.17, 0.00, 0.61. Web safe color of #2b5263 is #336666. Color #2b5263 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01010010 01100011
Octal 53 122 143
Decimal 43 82 99
Hex 2B 52 63

RGB Percentages of Color #2b5263

%19.20
%36.61
%44.20

CMYK Percentages of Color #2b5263

%57
%17
%0
%61

Triadic Colors of #2b5263

#2b5263 #632b52 #52632b

Analogous Colors of #2b5263

#2b5263 #2b3663 #2b6358

Monochromatic Colors of #2b5263

#2b5263

Complementary Color

#2b5263 #633c2b

#2b5263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b5263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b5263 Color CSS Codes

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

#2b5263 Text Font Color

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

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


#2b5263 Background Color

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

This div background color is #2b5263


#2b5263 Border Color

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

This div border color is #2b5263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b5263


Comments

No comments written yet.

Please login to write comment.