Color Hex Logo

#2b95ec Color Hex

#2B95EC
(43,149,236)
0 Favorites   0 Comments

Color spaces of #2b95ec

RGB 43149236
HSL0.580.840.55
HSV207°82°93°
CMYK 0.820.370.00   0.07
XYZ26.884028.064683.3570
Yxy28.06460.19440.2029
Hunter Lab52.9760-2.1238-56.2087
CIE-Lab59.94710.8545-52.0173

#2b95ec color RGB value is (43,149,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 10010101 11101100
Octal 53 225 354
Decimal 43 149 236
Hex 2B 95 EC

RGB Percentages of Color #2b95ec

%10.05
%34.81
%55.14

CMYK Percentages of Color #2b95ec

%82
%37
%0
%7

Triadic Colors of #2b95ec

#2b95ec #ec2b95 #95ec2b

Analogous Colors of #2b95ec

#2b95ec #2b34ec #2bece3

Monochromatic Colors of #2b95ec

#2b95ec

Complementary Color

#2b95ec #ec822b

#2b95ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b95ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b95ec Color CSS Codes

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

#2b95ec Text Font Color

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

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


#2b95ec Background Color

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

This div background color is #2b95ec


#2b95ec Border Color

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

This div border color is #2b95ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,149,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 #2b95ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b95ec


Comments

No comments written yet.

Please login to write comment.