Color Hex Logo

#267eda Color Hex

#267EDA
(38,126,218)
0 Favorites   0 Comments

Color spaces of #267eda

RGB 38126218
HSL0.590.710.50
HSV211°83°85°
CMYK 0.830.420.00   0.15
XYZ20.915120.395769.1641
Yxy20.39570.18930.1846
Hunter Lab45.16163.6336-59.1883
CIE-Lab52.28177.5459-54.1971

#267eda color RGB value is (38,126,218).

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

The process color (four color CMYK) of #267eda color hex is 0.83, 0.42, 0.00, 0.15. Web safe color of #267eda is #3366cc. Color #267eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111110 11011010
Octal 46 176 332
Decimal 38 126 218
Hex 26 7E DA

RGB Percentages of Color #267eda

%9.95
%32.98
%57.07

CMYK Percentages of Color #267eda

%83
%42
%0
%15

Triadic Colors of #267eda

#267eda #da267e #7eda26

Analogous Colors of #267eda

#267eda #2826da #26d8da

Monochromatic Colors of #267eda

#267eda

Complementary Color

#267eda #da8226

#267eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#267eda Color CSS Codes

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

#267eda Text Font Color

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

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


#267eda Background Color

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

This div background color is #267eda


#267eda Border Color

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

This div border color is #267eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267eda


Comments

No comments written yet.

Please login to write comment.