Color Hex Logo

#2b655a Color Hex

#2B655A
(43,101,90)
0 Favorites   0 Comments

Color spaces of #2b655a

RGB 4310190
HSL0.470.400.28
HSV169°57°40°
CMYK 0.570.000.11   0.60
XYZ7.495410.559111.3159
Yxy10.55910.25520.3595
Hunter Lab32.4948-15.69222.0993
CIE-Lab38.8277-21.91130.4992

#2b655a color RGB value is (43,101,90).

#2b655a hex color red value is 43, green value is 101 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #2b655a hue: 0.47 , saturation: 0.40 and the lightness value of 2b655a is 0.28.

The process color (four color CMYK) of #2b655a color hex is 0.57, 0.00, 0.11, 0.60. Web safe color of #2b655a is #336666. Color #2b655a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01100101 01011010
Octal 53 145 132
Decimal 43 101 90
Hex 2B 65 5A

RGB Percentages of Color #2b655a

%18.38
%43.16
%38.46

CMYK Percentages of Color #2b655a

%57
%0
%11
%60

Triadic Colors of #2b655a

#2b655a #5a2b65 #655a2b

Analogous Colors of #2b655a

#2b655a #2b5365 #2b653d

Monochromatic Colors of #2b655a

#2b655a

Complementary Color

#2b655a #652b36

#2b655a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b655a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b655a Color CSS Codes

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

#2b655a Text Font Color

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

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


#2b655a Background Color

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

This div background color is #2b655a


#2b655a Border Color

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

This div border color is #2b655a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b655a


Comments

No comments written yet.

Please login to write comment.