Color Hex Logo

#267ebf Color Hex

#267EBF
(38,126,191)
0 Favorites   0 Comments

Color spaces of #267ebf

RGB 38126191
HSL0.570.670.45
HSV205°80°75°
CMYK 0.800.340.00   0.25
XYZ17.664219.095452.0450
Yxy19.09540.19890.2150
Hunter Lab43.6983-4.3168-40.0261
CIE-Lab50.7986-2.5900-41.2058

#267ebf color RGB value is (38,126,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111110 10111111
Octal 46 176 277
Decimal 38 126 191
Hex 26 7E BF

RGB Percentages of Color #267ebf

%10.70
%35.49
%53.80

CMYK Percentages of Color #267ebf

%80
%34
%0
%25

Triadic Colors of #267ebf

#267ebf #bf267e #7ebf26

Analogous Colors of #267ebf

#267ebf #2631bf #26bfb4

Monochromatic Colors of #267ebf

#267ebf

Complementary Color

#267ebf #bf6726

#267ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#267ebf Color CSS Codes

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

#267ebf Text Font Color

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

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


#267ebf Background Color

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

This div background color is #267ebf


#267ebf Border Color

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

This div border color is #267ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267ebf


Comments

No comments written yet.

Please login to write comment.