Color Hex Logo

#268fab Color Hex

#268FAB
(38,143,171)
0 Favorites   0 Comments

Color spaces of #268fab

RGB 38143171
HSL0.540.640.41
HSV193°78°67°
CMYK 0.780.160.00   0.33
XYZ17.972522.997342.0197
Yxy22.99730.21660.2771
Hunter Lab47.9555-17.0249-18.3824
CIE-Lab55.0696-19.3487-23.0773

#268fab color RGB value is (38,143,171).

#268fab hex color red value is 38, green value is 143 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #268fab hue: 0.54 , saturation: 0.64 and the lightness value of 268fab is 0.41.

The process color (four color CMYK) of #268fab color hex is 0.78, 0.16, 0.00, 0.33. Web safe color of #268fab is #339999. Color #268fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 10001111 10101011
Octal 46 217 253
Decimal 38 143 171
Hex 26 8F AB

RGB Percentages of Color #268fab

%10.80
%40.63
%48.58

CMYK Percentages of Color #268fab

%78
%16
%0
%33

Triadic Colors of #268fab

#268fab #ab268f #8fab26

Analogous Colors of #268fab

#268fab #264dab #26ab85

Monochromatic Colors of #268fab

#268fab

Complementary Color

#268fab #ab4226

#268fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#268fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#268fab Color CSS Codes

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

#268fab Text Font Color

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

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


#268fab Background Color

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

This div background color is #268fab


#268fab Border Color

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

This div border color is #268fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #268fab


Comments

No comments written yet.

Please login to write comment.