Color Hex Logo

#268abe Color Hex

#268ABE
(38,138,190)
0 Favorites   0 Comments

Color spaces of #268abe

RGB 38138190
HSL0.560.670.45
HSV201°80°75°
CMYK 0.800.270.00   0.25
XYZ19.182122.306752.0098
Yxy22.30670.20520.2386
Hunter Lab47.2300-10.1560-32.2294
CIE-Lab54.3509-9.9521-35.0459

#268abe color RGB value is (38,138,190).

#268abe hex color red value is 38, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #268abe hue: 0.56 , saturation: 0.67 and the lightness value of 268abe is 0.45.

The process color (four color CMYK) of #268abe color hex is 0.80, 0.27, 0.00, 0.25. Web safe color of #268abe is #3399cc. Color #268abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 10001010 10111110
Octal 46 212 276
Decimal 38 138 190
Hex 26 8A BE

RGB Percentages of Color #268abe

%10.38
%37.70
%51.91

CMYK Percentages of Color #268abe

%80
%27
%0
%25

Triadic Colors of #268abe

#268abe #be268a #8abe26

Analogous Colors of #268abe

#268abe #263ebe #26bea6

Monochromatic Colors of #268abe

#268abe

Complementary Color

#268abe #be5a26

#268abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#268abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#268abe Color CSS Codes

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

#268abe Text Font Color

<p style="color:#268abe">Text here</p>

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


#268abe Background Color

<div style="background-color:#268abe">
Div content here</div>

This div background color is #268abe


#268abe Border Color

<div style="border:3px solid #268abe">
Div here</div>

This div border color is #268abe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,138,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #268abe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #268abe;
  -webkit-box-shadow: 1px 1px 3px 2px #268abe;
  box-shadow:         1px 1px 3px 2px #268abe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #268abe


Comments

No comments written yet.

Please login to write comment.