Color Hex Logo

#269edd Color Hex

#269EDD
(38,158,221)
0 Favorites   0 Comments

Color spaces of #269edd

RGB 38158221
HSL0.560.730.51
HSV201°83°87°
CMYK 0.830.290.00   0.13
XYZ26.077330.086272.8394
Yxy30.08620.20210.2332
Hunter Lab54.8509-11.1263-40.3387
CIE-Lab61.7285-10.1405-40.9023

#269edd color RGB value is (38,158,221).

#269edd hex color red value is 38, green value is 158 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #269edd hue: 0.56 , saturation: 0.73 and the lightness value of 269edd is 0.51.

The process color (four color CMYK) of #269edd color hex is 0.83, 0.29, 0.00, 0.13. Web safe color of #269edd is #3399cc. Color #269edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 10011110 11011101
Octal 46 236 335
Decimal 38 158 221
Hex 26 9E DD

RGB Percentages of Color #269edd

%9.11
%37.89
%53.00

CMYK Percentages of Color #269edd

%83
%29
%0
%13

Triadic Colors of #269edd

#269edd #dd269e #9edd26

Analogous Colors of #269edd

#269edd #2642dd #26ddc1

Monochromatic Colors of #269edd

#269edd

Complementary Color

#269edd #dd6526

#269edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#269edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#269edd Color CSS Codes

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

#269edd Text Font Color

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

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


#269edd Background Color

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

This div background color is #269edd


#269edd Border Color

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

This div border color is #269edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #269edd


Comments

No comments written yet.

Please login to write comment.