Color Hex Logo

#2b7cad Color Hex

#2B7CAD
(43,124,173)
0 Favorites   0 Comments

Color spaces of #2b7cad

RGB 43124173
HSL0.560.600.42
HSV203°75°68°
CMYK 0.750.280.00   0.32
XYZ15.746717.946042.1692
Yxy17.94600.20760.2366
Hunter Lab42.3627-7.7843-29.3653
CIE-Lab49.4305-7.4157-32.9722

#2b7cad color RGB value is (43,124,173).

#2b7cad hex color red value is 43, green value is 124 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2b7cad hue: 0.56 , saturation: 0.60 and the lightness value of 2b7cad is 0.42.

The process color (four color CMYK) of #2b7cad color hex is 0.75, 0.28, 0.00, 0.32. Web safe color of #2b7cad is #336699. Color #2b7cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01111100 10101101
Octal 53 174 255
Decimal 43 124 173
Hex 2B 7C AD

RGB Percentages of Color #2b7cad

%12.65
%36.47
%50.88

CMYK Percentages of Color #2b7cad

%75
%28
%0
%32

Triadic Colors of #2b7cad

#2b7cad #ad2b7c #7cad2b

Analogous Colors of #2b7cad

#2b7cad #2b3bad #2bad9d

Monochromatic Colors of #2b7cad

#2b7cad

Complementary Color

#2b7cad #ad5c2b

#2b7cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b7cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b7cad Color CSS Codes

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

#2b7cad Text Font Color

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

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


#2b7cad Background Color

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

This div background color is #2b7cad


#2b7cad Border Color

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

This div border color is #2b7cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b7cad


Comments

No comments written yet.

Please login to write comment.