Color Hex Logo

#267eaa Color Hex

#267EAA
(38,126,170)
0 Favorites   0 Comments

Color spaces of #267eaa

RGB 38126170
HSL0.560.630.41
HSV200°78°67°
CMYK 0.780.260.00   0.33
XYZ15.515918.236140.7323
Yxy18.23610.20830.2448
Hunter Lab42.7037-9.8757-26.6602
CIE-Lab49.7812-10.2755-30.6926

#267eaa color RGB value is (38,126,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111110 10101010
Octal 46 176 252
Decimal 38 126 170
Hex 26 7E AA

RGB Percentages of Color #267eaa

%11.38
%37.72
%50.90

CMYK Percentages of Color #267eaa

%78
%26
%0
%33

Triadic Colors of #267eaa

#267eaa #aa267e #7eaa26

Analogous Colors of #267eaa

#267eaa #263caa #26aa94

Monochromatic Colors of #267eaa

#267eaa

Complementary Color

#267eaa #aa5226

#267eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#267eaa Color CSS Codes

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

#267eaa Text Font Color

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

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


#267eaa Background Color

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

This div background color is #267eaa


#267eaa Border Color

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

This div border color is #267eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267eaa


Comments

No comments written yet.

Please login to write comment.