Color Hex Logo

#267eec Color Hex

#267EEC
(38,126,236)
0 Favorites   0 Comments

Color spaces of #267eec

RGB 38126236
HSL0.590.840.54
HSV213°84°93°
CMYK 0.840.470.00   0.07
XYZ23.400521.389982.2522
Yxy21.38990.18420.1684
Hunter Lab46.24929.3787-73.0702
CIE-Lab53.373614.3517-62.5389

#267eec color RGB value is (38,126,236).

#267eec hex color red value is 38, green value is 126 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #267eec hue: 0.59 , saturation: 0.84 and the lightness value of 267eec is 0.54.

The process color (four color CMYK) of #267eec color hex is 0.84, 0.47, 0.00, 0.07. Web safe color of #267eec is #3366ff. Color #267eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111110 11101100
Octal 46 176 354
Decimal 38 126 236
Hex 26 7E EC

RGB Percentages of Color #267eec

%9.50
%31.50
%59.00

CMYK Percentages of Color #267eec

%84
%47
%0
%7

Triadic Colors of #267eec

#267eec #ec267e #7eec26

Analogous Colors of #267eec

#267eec #3126ec #26e1ec

Monochromatic Colors of #267eec

#267eec

Complementary Color

#267eec #ec9426

#267eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#267eec Color CSS Codes

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

#267eec Text Font Color

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

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


#267eec Background Color

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

This div background color is #267eec


#267eec Border Color

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

This div border color is #267eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267eec


Comments

No comments written yet.

Please login to write comment.