Color Hex Logo

#267ace Color Hex

#267ACE
(38,122,206)
0 Favorites   0 Comments

Color spaces of #267ace

RGB 38122206
HSL0.580.690.48
HSV210°82°81°
CMYK 0.820.410.00   0.19
XYZ18.899418.787461.0227
Yxy18.78740.19150.1903
Hunter Lab43.34441.9783-53.1306
CIE-Lab50.43755.4680-50.3474

#267ace color RGB value is (38,122,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111010 11001110
Octal 46 172 316
Decimal 38 122 206
Hex 26 7A CE

RGB Percentages of Color #267ace

%10.38
%33.33
%56.28

CMYK Percentages of Color #267ace

%82
%41
%0
%19

Triadic Colors of #267ace

#267ace #ce267a #7ace26

Analogous Colors of #267ace

#267ace #2626ce #26cece

Monochromatic Colors of #267ace

#267ace

Complementary Color

#267ace #ce7a26

#267ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#267ace Color CSS Codes

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

#267ace Text Font Color

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

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


#267ace Background Color

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

This div background color is #267ace


#267ace Border Color

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

This div border color is #267ace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,122,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 #267ace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267ace


Comments

No comments written yet.

Please login to write comment.