Color Hex Logo

#267bec Color Hex

#267BEC
(38,123,236)
0 Favorites   0 Comments

Color spaces of #267bec

RGB 38123236
HSL0.600.840.54
HSV214°84°93°
CMYK 0.840.480.00   0.07
XYZ23.022620.634182.1262
Yxy20.63410.18300.1640
Hunter Lab45.424810.9757-75.3966
CIE-Lab52.546716.2199-63.8716

#267bec color RGB value is (38,123,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111011 11101100
Octal 46 173 354
Decimal 38 123 236
Hex 26 7B EC

RGB Percentages of Color #267bec

%9.57
%30.98
%59.45

CMYK Percentages of Color #267bec

%84
%48
%0
%7

Triadic Colors of #267bec

#267bec #ec267b #7bec26

Analogous Colors of #267bec

#267bec #3426ec #26deec

Monochromatic Colors of #267bec

#267bec

Complementary Color

#267bec #ec9726

#267bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#267bec Color CSS Codes

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

#267bec Text Font Color

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

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


#267bec Background Color

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

This div background color is #267bec


#267bec Border Color

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

This div border color is #267bec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,123,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 #267bec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267bec


Comments

No comments written yet.

Please login to write comment.