Color Hex Logo

#2b7bee Color Hex

#2B7BEE
(43,123,238)
0 Favorites   0 Comments

Color spaces of #2b7bee

RGB 43123238
HSL0.600.850.55
HSV215°82°93°
CMYK 0.820.480.00   0.07
XYZ23.511820.852683.6747
Yxy20.85260.18360.1629
Hunter Lab45.664611.9929-76.6762
CIE-Lab52.787817.3728-64.5930

#2b7bee color RGB value is (43,123,238).

#2b7bee hex color red value is 43, green value is 123 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2b7bee hue: 0.60 , saturation: 0.85 and the lightness value of 2b7bee is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 01111011 11101110
Octal 53 173 356
Decimal 43 123 238
Hex 2B 7B EE

RGB Percentages of Color #2b7bee

%10.64
%30.45
%58.91

CMYK Percentages of Color #2b7bee

%82
%48
%0
%7

Triadic Colors of #2b7bee

#2b7bee #ee2b7b #7bee2b

Analogous Colors of #2b7bee

#2b7bee #3c2bee #2bddee

Monochromatic Colors of #2b7bee

#2b7bee

Complementary Color

#2b7bee #ee9e2b

#2b7bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b7bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b7bee Color CSS Codes

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

#2b7bee Text Font Color

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

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


#2b7bee Background Color

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

This div background color is #2b7bee


#2b7bee Border Color

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

This div border color is #2b7bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b7bee


Comments

No comments written yet.

Please login to write comment.