Color Hex Logo

#267ede Color Hex

#267EDE
(38,126,222)
0 Favorites   0 Comments

Color spaces of #267ede

RGB 38126222
HSL0.590.740.51
HSV211°83°87°
CMYK 0.830.430.00   0.13
XYZ21.445020.607771.9547
Yxy20.60770.18810.1808
Hunter Lab45.39574.8812-62.2009
CIE-Lab52.51749.0577-56.0724

#267ede color RGB value is (38,126,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111110 11011110
Octal 46 176 336
Decimal 38 126 222
Hex 26 7E DE

RGB Percentages of Color #267ede

%9.84
%32.64
%57.51

CMYK Percentages of Color #267ede

%83
%43
%0
%13

Triadic Colors of #267ede

#267ede #de267e #7ede26

Analogous Colors of #267ede

#267ede #2a26de #26dade

Monochromatic Colors of #267ede

#267ede

Complementary Color

#267ede #de8626

#267ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#267ede Color CSS Codes

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

#267ede Text Font Color

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

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


#267ede Background Color

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

This div background color is #267ede


#267ede Border Color

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

This div border color is #267ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267ede


Comments

No comments written yet.

Please login to write comment.