Color Hex Logo

#268cdb Color Hex

#268CDB
(38,140,219)
0 Favorites   0 Comments

Color spaces of #268cdb

RGB 38140219
HSL0.570.720.50
HSV206°83°86°
CMYK 0.830.360.00   0.14
XYZ22.963624.282770.4946
Yxy24.28270.19500.2062
Hunter Lab49.2775-3.0535-50.3239
CIE-Lab56.3697-0.5252-48.2442

#268cdb color RGB value is (38,140,219).

#268cdb hex color red value is 38, green value is 140 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #268cdb hue: 0.57 , saturation: 0.72 and the lightness value of 268cdb is 0.50.

The process color (four color CMYK) of #268cdb color hex is 0.83, 0.36, 0.00, 0.14. Web safe color of #268cdb is #3399cc. Color #268cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 10001100 11011011
Octal 46 214 333
Decimal 38 140 219
Hex 26 8C DB

RGB Percentages of Color #268cdb

%9.57
%35.26
%55.16

CMYK Percentages of Color #268cdb

%83
%36
%0
%14

Triadic Colors of #268cdb

#268cdb #db268c #8cdb26

Analogous Colors of #268cdb

#268cdb #2631db #26dbd0

Monochromatic Colors of #268cdb

#268cdb

Complementary Color

#268cdb #db7526

#268cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#268cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#268cdb Color CSS Codes

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

#268cdb Text Font Color

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

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


#268cdb Background Color

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

This div background color is #268cdb


#268cdb Border Color

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

This div border color is #268cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #268cdb


Comments

No comments written yet.

Please login to write comment.