Color Hex Logo

#1dabbe Color Hex

#1DABBE
(29,171,190)
0 Favorites   0 Comments

Color spaces of #1dabbe

RGB 29171190
HSL0.520.740.43
HSV187°85°75°
CMYK 0.850.100.00   0.25
XYZ24.363933.104753.8209
Yxy33.10470.21890.2975
Hunter Lab57.5367-25.1034-15.1853
CIE-Lab64.2456-28.2674-19.7801

#1dabbe color RGB value is (29,171,190).

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

The process color (four color CMYK) of #1dabbe color hex is 0.85, 0.10, 0.00, 0.25. Web safe color of #1dabbe is #3399cc. Color #1dabbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101011 10111110
Octal 35 253 276
Decimal 29 171 190
Hex 1D AB BE

RGB Percentages of Color #1dabbe

%7.44
%43.85
%48.72

CMYK Percentages of Color #1dabbe

%85
%10
%0
%25

Triadic Colors of #1dabbe

#1dabbe #be1dab #abbe1d

Analogous Colors of #1dabbe

#1dabbe #1d5bbe #1dbe81

Monochromatic Colors of #1dabbe

#1dabbe

Complementary Color

#1dabbe #be301d

#1dabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dabbe Color CSS Codes

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

#1dabbe Text Font Color

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

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


#1dabbe Background Color

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

This div background color is #1dabbe


#1dabbe Border Color

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

This div border color is #1dabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dabbe


Comments

No comments written yet.

Please login to write comment.