Color Hex Logo

#267fab Color Hex

#267FAB
(38,127,171)
0 Favorites   0 Comments

Color spaces of #267fab

RGB 38127171
HSL0.560.640.41
HSV200°78°67°
CMYK 0.780.260.00   0.33
XYZ15.739418.531141.2754
Yxy18.53110.20830.2453
Hunter Lab43.0478-10.0693-26.7155
CIE-Lab50.1340-10.4904-30.7220

#267fab color RGB value is (38,127,171).

#267fab hex color red value is 38, green value is 127 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #267fab hue: 0.56 , saturation: 0.64 and the lightness value of 267fab is 0.41.

The process color (four color CMYK) of #267fab color hex is 0.78, 0.26, 0.00, 0.33. Web safe color of #267fab is #336699. Color #267fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111111 10101011
Octal 46 177 253
Decimal 38 127 171
Hex 26 7F AB

RGB Percentages of Color #267fab

%11.31
%37.80
%50.89

CMYK Percentages of Color #267fab

%78
%26
%0
%33

Triadic Colors of #267fab

#267fab #ab267f #7fab26

Analogous Colors of #267fab

#267fab #263dab #26ab95

Monochromatic Colors of #267fab

#267fab

Complementary Color

#267fab #ab5226

#267fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#267fab Color CSS Codes

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

#267fab Text Font Color

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

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


#267fab Background Color

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

This div background color is #267fab


#267fab Border Color

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

This div border color is #267fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267fab


Comments

No comments written yet.

Please login to write comment.