Color Hex Logo

#269dbd Color Hex

#269DBD
(38,157,189)
0 Favorites   0 Comments

Color spaces of #269dbd

RGB 38157189
HSL0.540.670.45
HSV193°80°74°
CMYK 0.800.170.00   0.26
XYZ22.041628.200152.4256
Yxy28.20010.21470.2747
Hunter Lab53.1038-18.8422-21.3602
CIE-Lab60.0691-20.6955-25.6025

#269dbd color RGB value is (38,157,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 10011101 10111101
Octal 46 235 275
Decimal 38 157 189
Hex 26 9D BD

RGB Percentages of Color #269dbd

%9.90
%40.89
%49.22

CMYK Percentages of Color #269dbd

%80
%17
%0
%26

Triadic Colors of #269dbd

#269dbd #bd269d #9dbd26

Analogous Colors of #269dbd

#269dbd #2651bd #26bd92

Monochromatic Colors of #269dbd

#269dbd

Complementary Color

#269dbd #bd4626

#269dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#269dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#269dbd Color CSS Codes

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

#269dbd Text Font Color

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

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


#269dbd Background Color

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

This div background color is #269dbd


#269dbd Border Color

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

This div border color is #269dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #269dbd


Comments

No comments written yet.

Please login to write comment.