Color Hex Logo

#268abd Color Hex

#268ABD
(38,138,189)
0 Favorites   0 Comments

Color spaces of #268abd

RGB 38138189
HSL0.560.670.45
HSV200°80°74°
CMYK 0.800.270.00   0.26
XYZ19.073122.263151.4361
Yxy22.26310.20560.2400
Hunter Lab47.1838-10.4166-31.6047
CIE-Lab54.3051-10.3110-34.5480

#268abd color RGB value is (38,138,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 10001010 10111101
Octal 46 212 275
Decimal 38 138 189
Hex 26 8A BD

RGB Percentages of Color #268abd

%10.41
%37.81
%51.78

CMYK Percentages of Color #268abd

%80
%27
%0
%26

Triadic Colors of #268abd

#268abd #bd268a #8abd26

Analogous Colors of #268abd

#268abd #263ebd #26bda5

Monochromatic Colors of #268abd

#268abd

Complementary Color

#268abd #bd5926

#268abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#268abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#268abd Color CSS Codes

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

#268abd Text Font Color

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

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


#268abd Background Color

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

This div background color is #268abd


#268abd Border Color

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

This div border color is #268abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #268abd


Comments

No comments written yet.

Please login to write comment.