Color Hex Logo

#2b5cec Color Hex

#2B5CEC
(43,92,236)
0 Favorites   0 Comments

Color spaces of #2b5cec

RGB 4392236
HSL0.620.840.55
HSV225°82°93°
CMYK 0.820.610.00   0.07
XYZ19.963714.224081.0502
Yxy14.22400.17320.1234
Hunter Lab37.714728.4854-101.0159
CIE-Lab44.552536.2131-76.8561

#2b5cec color RGB value is (43,92,236).

#2b5cec hex color red value is 43, green value is 92 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #2b5cec hue: 0.62 , saturation: 0.84 and the lightness value of 2b5cec is 0.55.

The process color (four color CMYK) of #2b5cec color hex is 0.82, 0.61, 0.00, 0.07. Web safe color of #2b5cec is #3366ff. Color #2b5cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01011100 11101100
Octal 53 134 354
Decimal 43 92 236
Hex 2B 5C EC

RGB Percentages of Color #2b5cec

%11.59
%24.80
%63.61

CMYK Percentages of Color #2b5cec

%82
%61
%0
%7

Triadic Colors of #2b5cec

#2b5cec #ec2b5c #5cec2b

Analogous Colors of #2b5cec

#2b5cec #5a2bec #2bbdec

Monochromatic Colors of #2b5cec

#2b5cec

Complementary Color

#2b5cec #ecbb2b

#2b5cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b5cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b5cec Color CSS Codes

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

#2b5cec Text Font Color

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

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


#2b5cec Background Color

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

This div background color is #2b5cec


#2b5cec Border Color

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

This div border color is #2b5cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b5cec


Comments

No comments written yet.

Please login to write comment.