Color Hex Logo

#267dbe Color Hex

#267DBE
(38,125,190)
0 Favorites   0 Comments

Color spaces of #267dbe

RGB 38125190
HSL0.570.670.45
HSV206°80°75°
CMYK 0.800.340.00   0.25
XYZ17.427218.797051.4249
Yxy18.79700.19880.2145
Hunter Lab43.3555-4.1222-39.9763
CIE-Lab50.4489-2.3642-41.1853

#267dbe color RGB value is (38,125,190).

#267dbe hex color red value is 38, green value is 125 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #267dbe hue: 0.57 , saturation: 0.67 and the lightness value of 267dbe is 0.45.

The process color (four color CMYK) of #267dbe color hex is 0.80, 0.34, 0.00, 0.25. Web safe color of #267dbe is #3366cc. Color #267dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111101 10111110
Octal 46 175 276
Decimal 38 125 190
Hex 26 7D BE

RGB Percentages of Color #267dbe

%10.76
%35.41
%53.82

CMYK Percentages of Color #267dbe

%80
%34
%0
%25

Triadic Colors of #267dbe

#267dbe #be267d #7dbe26

Analogous Colors of #267dbe

#267dbe #2631be #26beb3

Monochromatic Colors of #267dbe

#267dbe

Complementary Color

#267dbe #be6726

#267dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#267dbe Color CSS Codes

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

#267dbe Text Font Color

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

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


#267dbe Background Color

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

This div background color is #267dbe


#267dbe Border Color

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

This div border color is #267dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267dbe


Comments

No comments written yet.

Please login to write comment.