Color Hex Logo

#268cbd Color Hex

#268CBD
(38,140,189)
0 Favorites   0 Comments

Color spaces of #268cbd

RGB 38140189
HSL0.550.670.45
HSV199°80°74°
CMYK 0.800.260.00   0.26
XYZ19.362722.842451.5326
Yxy22.84240.20660.2437
Hunter Lab47.7937-11.3232-30.4726
CIE-Lab54.9096-11.4428-33.6030

#268cbd color RGB value is (38,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 10001100 10111101
Octal 46 214 275
Decimal 38 140 189
Hex 26 8C BD

RGB Percentages of Color #268cbd

%10.35
%38.15
%51.50

CMYK Percentages of Color #268cbd

%80
%26
%0
%26

Triadic Colors of #268cbd

#268cbd #bd268c #8cbd26

Analogous Colors of #268cbd

#268cbd #2641bd #26bda3

Monochromatic Colors of #268cbd

#268cbd

Complementary Color

#268cbd #bd5726

#268cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#268cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#268cbd Color CSS Codes

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

#268cbd Text Font Color

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

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


#268cbd Background Color

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

This div background color is #268cbd


#268cbd Border Color

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

This div border color is #268cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #268cbd


Comments

No comments written yet.

Please login to write comment.