Color Hex Logo

#267caf Color Hex

#267CAF
(38,124,175)
0 Favorites   0 Comments

Color spaces of #267caf

RGB 38124175
HSL0.560.640.42
HSV202°78°69°
CMYK 0.780.290.00   0.31
XYZ15.744817.922543.1870
Yxy17.92250.20490.2332
Hunter Lab42.3350-7.7003-30.8488
CIE-Lab49.4020-7.3036-34.1851

#267caf color RGB value is (38,124,175).

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

The process color (four color CMYK) of #267caf color hex is 0.78, 0.29, 0.00, 0.31. Web safe color of #267caf is #336699. Color #267caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111100 10101111
Octal 46 174 257
Decimal 38 124 175
Hex 26 7C AF

RGB Percentages of Color #267caf

%11.28
%36.80
%51.93

CMYK Percentages of Color #267caf

%78
%29
%0
%31

Triadic Colors of #267caf

#267caf #af267c #7caf26

Analogous Colors of #267caf

#267caf #2638af #26af9e

Monochromatic Colors of #267caf

#267caf

Complementary Color

#267caf #af5926

#267caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#267caf Color CSS Codes

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

#267caf Text Font Color

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

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


#267caf Background Color

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

This div background color is #267caf


#267caf Border Color

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

This div border color is #267caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267caf


Comments

No comments written yet.

Please login to write comment.