Color Hex Logo

#2b5f74 Color Hex

#2B5F74
(43,95,116)
0 Favorites   0 Comments

Color spaces of #2b5f74

RGB 4395116
HSL0.550.460.31
HSV197°63°45°
CMYK 0.630.180.00   0.55
XYZ8.24099.959018.0109
Yxy9.95900.22760.2750
Hunter Lab31.5579-8.6135-11.7478
CIE-Lab37.7687-10.4615-17.0833

#2b5f74 color RGB value is (43,95,116).

#2b5f74 hex color red value is 43, green value is 95 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #2b5f74 hue: 0.55 , saturation: 0.46 and the lightness value of 2b5f74 is 0.31.

The process color (four color CMYK) of #2b5f74 color hex is 0.63, 0.18, 0.00, 0.55. Web safe color of #2b5f74 is #336666. Color #2b5f74 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01011111 01110100
Octal 53 137 164
Decimal 43 95 116
Hex 2B 5F 74

RGB Percentages of Color #2b5f74

%16.93
%37.40
%45.67

CMYK Percentages of Color #2b5f74

%63
%18
%0
%55

Triadic Colors of #2b5f74

#2b5f74 #742b5f #5f742b

Analogous Colors of #2b5f74

#2b5f74 #2b3b74 #2b7465

Monochromatic Colors of #2b5f74

#2b5f74

Complementary Color

#2b5f74 #74402b

#2b5f74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b5f74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b5f74 Color CSS Codes

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

#2b5f74 Text Font Color

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

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


#2b5f74 Background Color

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

This div background color is #2b5f74


#2b5f74 Border Color

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

This div border color is #2b5f74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b5f74


Comments

No comments written yet.

Please login to write comment.