Color Hex Logo

#269dca Color Hex

#269DCA
(38,157,202)
0 Favorites   0 Comments

Color spaces of #269dca

RGB 38157202
HSL0.550.680.47
HSV196°81°79°
CMYK 0.810.220.00   0.21
XYZ23.517028.790360.1947
Yxy28.79030.20900.2559
Hunter Lab53.6566-15.6648-28.9549
CIE-Lab60.5961-16.2606-32.0834

#269dca color RGB value is (38,157,202).

#269dca hex color red value is 38, green value is 157 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #269dca hue: 0.55 , saturation: 0.68 and the lightness value of 269dca is 0.47.

The process color (four color CMYK) of #269dca color hex is 0.81, 0.22, 0.00, 0.21. Web safe color of #269dca is #3399cc. Color #269dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 10011101 11001010
Octal 46 235 312
Decimal 38 157 202
Hex 26 9D CA

RGB Percentages of Color #269dca

%9.57
%39.55
%50.88

CMYK Percentages of Color #269dca

%81
%22
%0
%21

Triadic Colors of #269dca

#269dca #ca269d #9dca26

Analogous Colors of #269dca

#269dca #264bca #26caa5

Monochromatic Colors of #269dca

#269dca

Complementary Color

#269dca #ca5326

#269dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#269dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#269dca Color CSS Codes

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

#269dca Text Font Color

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

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


#269dca Background Color

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

This div background color is #269dca


#269dca Border Color

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

This div border color is #269dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #269dca


Comments

No comments written yet.

Please login to write comment.