Color Hex Logo

#267ece Color Hex

#267ECE
(38,126,206)
0 Favorites   0 Comments

Color spaces of #267ece

RGB 38126206
HSL0.580.690.48
HSV209°82°81°
CMYK 0.820.390.00   0.19
XYZ19.400819.790061.1898
Yxy19.79000.19330.1971
Hunter Lab44.4860-0.0047-50.4124
CIE-Lab51.59893.0202-48.4953

#267ece color RGB value is (38,126,206).

#267ece hex color red value is 38, green value is 126 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #267ece hue: 0.58 , saturation: 0.69 and the lightness value of 267ece is 0.48.

The process color (four color CMYK) of #267ece color hex is 0.82, 0.39, 0.00, 0.19. Web safe color of #267ece is #3366cc. Color #267ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111110 11001110
Octal 46 176 316
Decimal 38 126 206
Hex 26 7E CE

RGB Percentages of Color #267ece

%10.27
%34.05
%55.68

CMYK Percentages of Color #267ece

%82
%39
%0
%19

Triadic Colors of #267ece

#267ece #ce267e #7ece26

Analogous Colors of #267ece

#267ece #262ace #26ceca

Monochromatic Colors of #267ece

#267ece

Complementary Color

#267ece #ce7626

#267ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#267ece Color CSS Codes

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

#267ece Text Font Color

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

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


#267ece Background Color

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

This div background color is #267ece


#267ece Border Color

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

This div border color is #267ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267ece


Comments

No comments written yet.

Please login to write comment.