Color Hex Logo

#267add Color Hex

#267ADD
(38,122,221)
0 Favorites   0 Comments

Color spaces of #267add

RGB 38122221
HSL0.590.730.51
HSV212°83°87°
CMYK 0.830.450.00   0.13
XYZ20.810019.551671.0836
Yxy19.55160.18670.1754
Hunter Lab44.21726.6276-64.3626
CIE-Lab51.326411.1569-57.4201

#267add color RGB value is (38,122,221).

#267add hex color red value is 38, green value is 122 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #267add hue: 0.59 , saturation: 0.73 and the lightness value of 267add is 0.51.

The process color (four color CMYK) of #267add color hex is 0.83, 0.45, 0.00, 0.13. Web safe color of #267add is #3366cc. Color #267add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111010 11011101
Octal 46 172 335
Decimal 38 122 221
Hex 26 7A DD

RGB Percentages of Color #267add

%9.97
%32.02
%58.01

CMYK Percentages of Color #267add

%83
%45
%0
%13

Triadic Colors of #267add

#267add #dd267a #7add26

Analogous Colors of #267add

#267add #2e26dd #26d6dd

Monochromatic Colors of #267add

#267add

Complementary Color

#267add #dd8926

#267add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267add Color Preview on White Background

Lorem ipsum dolor sit amet.

#267add Color CSS Codes

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

#267add Text Font Color

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

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


#267add Background Color

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

This div background color is #267add


#267add Border Color

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

This div border color is #267add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267add


Comments

No comments written yet.

Please login to write comment.