Color Hex Logo

#26addd Color Hex

#26ADDD
(38,173,221)
0 Favorites   0 Comments

Color spaces of #26addd

RGB 38173221
HSL0.540.730.51
HSV196°83°87°
CMYK 0.830.220.00   0.13
XYZ28.794035.519773.7450
Yxy35.51970.20860.2573
Hunter Lab59.5984-18.0578-31.6445
CIE-Lab66.1513-18.2923-33.9988

#26addd color RGB value is (38,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 10101101 11011101
Octal 46 255 335
Decimal 38 173 221
Hex 26 AD DD

RGB Percentages of Color #26addd

%8.80
%40.05
%51.16

CMYK Percentages of Color #26addd

%83
%22
%0
%13

Triadic Colors of #26addd

#26addd #dd26ad #addd26

Analogous Colors of #26addd

#26addd #2652dd #26ddb2

Monochromatic Colors of #26addd

#26addd

Complementary Color

#26addd #dd5626

#26addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#26addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#26addd Color CSS Codes

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

#26addd Text Font Color

<p style="color:#26addd">Text here</p>

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


#26addd Background Color

<div style="background-color:#26addd">
Div content here</div>

This div background color is #26addd


#26addd Border Color

<div style="border:3px solid #26addd">
Div here</div>

This div border color is #26addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #26addd


Comments

No comments written yet.

Please login to write comment.