Color Hex Logo

#1dabec Color Hex

#1DABEC
(29,171,236)
0 Favorites   0 Comments

Color spaces of #1dabec

RGB 29171236
HSL0.550.840.52
HSV199°88°93°
CMYK 0.880.280.00   0.07
XYZ30.209935.443284.6059
Yxy35.44320.20110.2359
Hunter Lab59.5342-13.6072-42.5849
CIE-Lab66.0923-12.6214-42.3313

#1dabec color RGB value is (29,171,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101011 11101100
Octal 35 253 354
Decimal 29 171 236
Hex 1D AB EC

RGB Percentages of Color #1dabec

%6.65
%39.22
%54.13

CMYK Percentages of Color #1dabec

%88
%28
%0
%7

Triadic Colors of #1dabec

#1dabec #ec1dab #abec1d

Analogous Colors of #1dabec

#1dabec #1d43ec #1decc6

Monochromatic Colors of #1dabec

#1dabec

Complementary Color

#1dabec #ec5e1d

#1dabec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dabec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dabec Color CSS Codes

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

#1dabec Text Font Color

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

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


#1dabec Background Color

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

This div background color is #1dabec


#1dabec Border Color

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

This div border color is #1dabec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dabec


Comments

No comments written yet.

Please login to write comment.