Color Hex Logo

#1dabef Color Hex

#1DABEF
(29,171,239)
0 Favorites   0 Comments

Color spaces of #1dabef

RGB 29171239
HSL0.550.870.53
HSV199°88°94°
CMYK 0.880.280.00   0.06
XYZ30.649635.619086.9211
Yxy35.61900.20010.2325
Hunter Lab59.6817-12.7740-44.5735
CIE-Lab66.2278-11.5580-43.7598

#1dabef color RGB value is (29,171,239).

#1dabef hex color red value is 29, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #1dabef hue: 0.55 , saturation: 0.87 and the lightness value of 1dabef is 0.53.

The process color (four color CMYK) of #1dabef color hex is 0.88, 0.28, 0.00, 0.06. Web safe color of #1dabef is #3399ff. Color #1dabef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101011 11101111
Octal 35 253 357
Decimal 29 171 239
Hex 1D AB EF

RGB Percentages of Color #1dabef

%6.61
%38.95
%54.44

CMYK Percentages of Color #1dabef

%88
%28
%0
%6

Triadic Colors of #1dabef

#1dabef #ef1dab #abef1d

Analogous Colors of #1dabef

#1dabef #1d42ef #1defca

Monochromatic Colors of #1dabef

#1dabef

Complementary Color

#1dabef #ef611d

#1dabef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dabef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dabef Color CSS Codes

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

#1dabef Text Font Color

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

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


#1dabef Background Color

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

This div background color is #1dabef


#1dabef Border Color

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

This div border color is #1dabef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(29,171,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1dabef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1dabef;
  -webkit-box-shadow: 1px 1px 3px 2px #1dabef;
  box-shadow:         1px 1px 3px 2px #1dabef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,171,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dabef


Comments

No comments written yet.

Please login to write comment.