Color Hex Logo

#267cec Color Hex

#267CEC
(38,124,236)
0 Favorites   0 Comments

Color spaces of #267cec

RGB 38124236
HSL0.590.840.54
HSV214°84°93°
CMYK 0.840.470.00   0.07
XYZ23.147320.883582.1678
Yxy20.88350.18340.1655
Hunter Lab45.698510.4419-74.6170
CIE-Lab52.821815.5960-63.4281

#267cec color RGB value is (38,124,236).

#267cec hex color red value is 38, green value is 124 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #267cec hue: 0.59 , saturation: 0.84 and the lightness value of 267cec is 0.54.

The process color (four color CMYK) of #267cec color hex is 0.84, 0.47, 0.00, 0.07. Web safe color of #267cec is #3366ff. Color #267cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111100 11101100
Octal 46 174 354
Decimal 38 124 236
Hex 26 7C EC

RGB Percentages of Color #267cec

%9.55
%31.16
%59.30

CMYK Percentages of Color #267cec

%84
%47
%0
%7

Triadic Colors of #267cec

#267cec #ec267c #7cec26

Analogous Colors of #267cec

#267cec #3326ec #26dfec

Monochromatic Colors of #267cec

#267cec

Complementary Color

#267cec #ec9626

#267cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#267cec Color CSS Codes

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

#267cec Text Font Color

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

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


#267cec Background Color

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

This div background color is #267cec


#267cec Border Color

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

This div border color is #267cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267cec


Comments

No comments written yet.

Please login to write comment.