Color Hex Logo

#267dae Color Hex

#267DAE
(38,125,174)
0 Favorites   0 Comments

Color spaces of #267dae

RGB 38125174
HSL0.560.640.42
HSV202°78°68°
CMYK 0.780.280.00   0.32
XYZ15.772918.135342.7135
Yxy18.13530.20590.2367
Hunter Lab42.5856-8.4117-29.6582
CIE-Lab49.6598-8.2516-33.2015

#267dae color RGB value is (38,125,174).

#267dae hex color red value is 38, green value is 125 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #267dae hue: 0.56 , saturation: 0.64 and the lightness value of 267dae is 0.42.

The process color (four color CMYK) of #267dae color hex is 0.78, 0.28, 0.00, 0.32. Web safe color of #267dae is #336699. Color #267dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111101 10101110
Octal 46 175 256
Decimal 38 125 174
Hex 26 7D AE

RGB Percentages of Color #267dae

%11.28
%37.09
%51.63

CMYK Percentages of Color #267dae

%78
%28
%0
%32

Triadic Colors of #267dae

#267dae #ae267d #7dae26

Analogous Colors of #267dae

#267dae #2639ae #26ae9b

Monochromatic Colors of #267dae

#267dae

Complementary Color

#267dae #ae5726

#267dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#267dae Color CSS Codes

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

#267dae Text Font Color

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

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


#267dae Background Color

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

This div background color is #267dae


#267dae Border Color

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

This div border color is #267dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267dae


Comments

No comments written yet.

Please login to write comment.