Color Hex Logo

#267ebb Color Hex

#267EBB
(38,126,187)
0 Favorites   0 Comments

Color spaces of #267ebb

RGB 38126187
HSL0.570.660.44
HSV205°80°73°
CMYK 0.800.330.00   0.27
XYZ17.229818.921649.7578
Yxy18.92160.20060.2203
Hunter Lab43.4990-5.4199-37.3716
CIE-Lab50.5954-4.0723-39.2311

#267ebb color RGB value is (38,126,187).

#267ebb hex color red value is 38, green value is 126 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #267ebb hue: 0.57 , saturation: 0.66 and the lightness value of 267ebb is 0.44.

The process color (four color CMYK) of #267ebb color hex is 0.80, 0.33, 0.00, 0.27. Web safe color of #267ebb is #3366cc. Color #267ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111110 10111011
Octal 46 176 273
Decimal 38 126 187
Hex 26 7E BB

RGB Percentages of Color #267ebb

%10.83
%35.90
%53.28

CMYK Percentages of Color #267ebb

%80
%33
%0
%27

Triadic Colors of #267ebb

#267ebb #bb267e #7ebb26

Analogous Colors of #267ebb

#267ebb #2633bb #26bbae

Monochromatic Colors of #267ebb

#267ebb

Complementary Color

#267ebb #bb6326

#267ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#267ebb Color CSS Codes

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

#267ebb Text Font Color

<p style="color:#267ebb">Text here</p>

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


#267ebb Background Color

<div style="background-color:#267ebb">
Div content here</div>

This div background color is #267ebb


#267ebb Border Color

<div style="border:3px solid #267ebb">
Div here</div>

This div border color is #267ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,126,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #267ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #267ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #267ebb;
  box-shadow:         1px 1px 3px 2px #267ebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,126,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267ebb


Comments

No comments written yet.

Please login to write comment.