Color Hex Logo

#268dbd Color Hex

#268DBD
(38,141,189)
0 Favorites   0 Comments

Color spaces of #268dbd

RGB 38141189
HSL0.550.670.45
HSV199°80°74°
CMYK 0.800.250.00   0.26
XYZ19.509523.135951.5815
Yxy23.13590.20700.2455
Hunter Lab48.0998-11.7742-29.9119
CIE-Lab55.2120-12.0047-33.1308

#268dbd color RGB value is (38,141,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 10001101 10111101
Octal 46 215 275
Decimal 38 141 189
Hex 26 8D BD

RGB Percentages of Color #268dbd

%10.33
%38.32
%51.36

CMYK Percentages of Color #268dbd

%80
%25
%0
%26

Triadic Colors of #268dbd

#268dbd #bd268d #8dbd26

Analogous Colors of #268dbd

#268dbd #2641bd #26bda2

Monochromatic Colors of #268dbd

#268dbd

Complementary Color

#268dbd #bd5626

#268dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#268dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#268dbd Color CSS Codes

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

#268dbd Text Font Color

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

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


#268dbd Background Color

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

This div background color is #268dbd


#268dbd Border Color

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

This div border color is #268dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,141,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 #268dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #268dbd


Comments

No comments written yet.

Please login to write comment.