Color Hex Logo

#1dabeb Color Hex

#1DABEB
(29,171,235)
0 Favorites   0 Comments

Color spaces of #1dabeb

RGB 29171235
HSL0.550.840.52
HSV199°88°92°
CMYK 0.880.270.00   0.08
XYZ30.065035.385283.8427
Yxy35.38520.20140.2370
Hunter Lab59.4855-13.8825-41.9274
CIE-Lab66.0475-12.9748-41.8540

#1dabeb color RGB value is (29,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101011 11101011
Octal 35 253 353
Decimal 29 171 235
Hex 1D AB EB

RGB Percentages of Color #1dabeb

%6.67
%39.31
%54.02

CMYK Percentages of Color #1dabeb

%88
%27
%0
%8

Triadic Colors of #1dabeb

#1dabeb #eb1dab #abeb1d

Analogous Colors of #1dabeb

#1dabeb #1d44eb #1debc4

Monochromatic Colors of #1dabeb

#1dabeb

Complementary Color

#1dabeb #eb5d1d

#1dabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dabeb Color CSS Codes

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

#1dabeb Text Font Color

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

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


#1dabeb Background Color

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

This div background color is #1dabeb


#1dabeb Border Color

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

This div border color is #1dabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dabeb


Comments

No comments written yet.

Please login to write comment.