Color Hex Logo

#1adcee Color Hex

#1ADCEE
(26,220,238)
0 Favorites   0 Comments

Color spaces of #1adcee

RGB 26220238
HSL0.510.860.52
HSV185°89°93°
CMYK 0.890.080.00   0.07
XYZ41.451857.579189.8181
Yxy57.57910.21950.3049
Hunter Lab75.8809-35.2816-17.0633
CIE-Lab80.5042-36.7926-21.1839

#1adcee color RGB value is (26,220,238).

#1adcee hex color red value is 26, green value is 220 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #1adcee hue: 0.51 , saturation: 0.86 and the lightness value of 1adcee is 0.52.

The process color (four color CMYK) of #1adcee color hex is 0.89, 0.08, 0.00, 0.07. Web safe color of #1adcee is #33ccff. Color #1adcee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11011100 11101110
Octal 32 334 356
Decimal 26 220 238
Hex 1A DC EE

RGB Percentages of Color #1adcee

%5.37
%45.45
%49.17

CMYK Percentages of Color #1adcee

%89
%8
%0
%7

Triadic Colors of #1adcee

#1adcee #ee1adc #dcee1a

Analogous Colors of #1adcee

#1adcee #1a72ee #1aee96

Monochromatic Colors of #1adcee

#1adcee

Complementary Color

#1adcee #ee2c1a

#1adcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1adcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1adcee Color CSS Codes

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

#1adcee Text Font Color

<p style="color:#1adcee">Text here</p>

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


#1adcee Background Color

<div style="background-color:#1adcee">
Div content here</div>

This div background color is #1adcee


#1adcee Border Color

<div style="border:3px solid #1adcee">
Div here</div>

This div border color is #1adcee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(26,220,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1adcee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1adcee;
  -webkit-box-shadow: 1px 1px 3px 2px #1adcee;
  box-shadow:         1px 1px 3px 2px #1adcee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,220,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1adcee


Comments

No comments written yet.

Please login to write comment.