Color Hex Logo

#267ebc Color Hex

#267EBC
(38,126,188)
0 Favorites   0 Comments

Color spaces of #267ebc

RGB 38126188
HSL0.570.660.44
HSV205°80°74°
CMYK 0.800.330.00   0.26
XYZ17.337318.964650.3237
Yxy18.96460.20010.2189
Hunter Lab43.5484-5.1459-38.0306
CIE-Lab50.6458-3.7023-39.7260

#267ebc color RGB value is (38,126,188).

#267ebc hex color red value is 38, green value is 126 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #267ebc hue: 0.57 , saturation: 0.66 and the lightness value of 267ebc is 0.44.

The process color (four color CMYK) of #267ebc color hex is 0.80, 0.33, 0.00, 0.26. Web safe color of #267ebc is #3366cc. Color #267ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111110 10111100
Octal 46 176 274
Decimal 38 126 188
Hex 26 7E BC

RGB Percentages of Color #267ebc

%10.80
%35.80
%53.41

CMYK Percentages of Color #267ebc

%80
%33
%0
%26

Triadic Colors of #267ebc

#267ebc #bc267e #7ebc26

Analogous Colors of #267ebc

#267ebc #2633bc #26bcaf

Monochromatic Colors of #267ebc

#267ebc

Complementary Color

#267ebc #bc6426

#267ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#267ebc Color CSS Codes

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

#267ebc Text Font Color

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

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


#267ebc Background Color

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

This div background color is #267ebc


#267ebc Border Color

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

This div border color is #267ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267ebc


Comments

No comments written yet.

Please login to write comment.