Color Hex Logo

#267fea Color Hex

#267FEA
(38,127,234)
0 Favorites   0 Comments

Color spaces of #267fea

RGB 38127234
HSL0.590.820.53
HSV213°84°92°
CMYK 0.840.460.00   0.08
XYZ23.240021.531380.7730
Yxy21.53130.18510.1715
Hunter Lab46.40188.1971-70.7265
CIE-Lab53.526112.9762-61.1774

#267fea color RGB value is (38,127,234).

#267fea hex color red value is 38, green value is 127 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #267fea hue: 0.59 , saturation: 0.82 and the lightness value of 267fea is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111111 11101010
Octal 46 177 352
Decimal 38 127 234
Hex 26 7F EA

RGB Percentages of Color #267fea

%9.52
%31.83
%58.65

CMYK Percentages of Color #267fea

%84
%46
%0
%8

Triadic Colors of #267fea

#267fea #ea267f #7fea26

Analogous Colors of #267fea

#267fea #2f26ea #26e1ea

Monochromatic Colors of #267fea

#267fea

Complementary Color

#267fea #ea9126

#267fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#267fea Color CSS Codes

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

#267fea Text Font Color

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

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


#267fea Background Color

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

This div background color is #267fea


#267fea Border Color

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

This div border color is #267fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267fea


Comments

No comments written yet.

Please login to write comment.