Color Hex Logo

#267ceb Color Hex

#267CEB
(38,124,235)
0 Favorites   0 Comments

Color spaces of #267ceb

RGB 38124235
HSL0.590.830.54
HSV214°84°92°
CMYK 0.840.470.00   0.08
XYZ23.002420.825581.4046
Yxy20.82550.18370.1663
Hunter Lab45.635010.1121-73.8183
CIE-Lab52.758015.2180-62.9725

#267ceb color RGB value is (38,124,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111100 11101011
Octal 46 174 353
Decimal 38 124 235
Hex 26 7C EB

RGB Percentages of Color #267ceb

%9.57
%31.23
%59.19

CMYK Percentages of Color #267ceb

%84
%47
%0
%8

Triadic Colors of #267ceb

#267ceb #eb267c #7ceb26

Analogous Colors of #267ceb

#267ceb #3326eb #26dfeb

Monochromatic Colors of #267ceb

#267ceb

Complementary Color

#267ceb #eb9526

#267ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#267ceb Color CSS Codes

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

#267ceb Text Font Color

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

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


#267ceb Background Color

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

This div background color is #267ceb


#267ceb Border Color

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

This div border color is #267ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267ceb


Comments

No comments written yet.

Please login to write comment.