Color Hex Logo

#268ae6 Color Hex

#268AE6
(38,138,230)
0 Favorites   0 Comments

Color spaces of #268ae6

RGB 38138230
HSL0.580.790.53
HSV209°83°90°
CMYK 0.830.400.00   0.10
XYZ24.170724.302278.2798
Yxy24.30220.19070.1917
Hunter Lab49.29731.2493-59.6393
CIE-Lab56.38914.7550-54.3590

#268ae6 color RGB value is (38,138,230).

#268ae6 hex color red value is 38, green value is 138 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #268ae6 hue: 0.58 , saturation: 0.79 and the lightness value of 268ae6 is 0.53.

The process color (four color CMYK) of #268ae6 color hex is 0.83, 0.40, 0.00, 0.10. Web safe color of #268ae6 is #3399ff. Color #268ae6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 10001010 11100110
Octal 46 212 346
Decimal 38 138 230
Hex 26 8A E6

RGB Percentages of Color #268ae6

%9.36
%33.99
%56.65

CMYK Percentages of Color #268ae6

%83
%40
%0
%10

Triadic Colors of #268ae6

#268ae6 #e6268a #8ae626

Analogous Colors of #268ae6

#268ae6 #262ae6 #26e6e2

Monochromatic Colors of #268ae6

#268ae6

Complementary Color

#268ae6 #e68226

#268ae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#268ae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#268ae6 Color CSS Codes

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

#268ae6 Text Font Color

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

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


#268ae6 Background Color

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

This div background color is #268ae6


#268ae6 Border Color

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

This div border color is #268ae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #268ae6


Comments

No comments written yet.

Please login to write comment.