Color Hex Logo

#1dabea Color Hex

#1DABEA
(29,171,234)
0 Favorites   0 Comments

Color spaces of #1dabea

RGB 29171234
HSL0.550.830.52
HSV198°88°92°
CMYK 0.880.270.00   0.08
XYZ29.920935.327583.0838
Yxy35.32750.20170.2382
Hunter Lab59.4369-14.1567-41.2725
CIE-Lab66.0029-13.3276-41.3762

#1dabea color RGB value is (29,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101011 11101010
Octal 35 253 352
Decimal 29 171 234
Hex 1D AB EA

RGB Percentages of Color #1dabea

%6.68
%39.40
%53.92

CMYK Percentages of Color #1dabea

%88
%27
%0
%8

Triadic Colors of #1dabea

#1dabea #ea1dab #abea1d

Analogous Colors of #1dabea

#1dabea #1d45ea #1deac3

Monochromatic Colors of #1dabea

#1dabea

Complementary Color

#1dabea #ea5c1d

#1dabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dabea Color CSS Codes

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

#1dabea Text Font Color

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

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


#1dabea Background Color

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

This div background color is #1dabea


#1dabea Border Color

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

This div border color is #1dabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dabea


Comments

No comments written yet.

Please login to write comment.