Color Hex Logo

#1bdaad Color Hex

#1BDAAD
(27,218,173)
0 Favorites   0 Comments

Color spaces of #1bdaad

RGB 27218173
HSL0.460.780.48
HSV166°88°85°
CMYK 0.880.000.21   0.15
XYZ33.066253.392948.0983
Yxy53.39290.24570.3968
Hunter Lab73.0704-47.097612.1219
CIE-Lab78.1064-53.97469.9337

#1bdaad color RGB value is (27,218,173).

#1bdaad hex color red value is 27, green value is 218 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #1bdaad hue: 0.46 , saturation: 0.78 and the lightness value of 1bdaad is 0.48.

The process color (four color CMYK) of #1bdaad color hex is 0.88, 0.00, 0.21, 0.15. Web safe color of #1bdaad is #33cc99. Color #1bdaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 11011010 10101101
Octal 33 332 255
Decimal 27 218 173
Hex 1B DA AD

RGB Percentages of Color #1bdaad

%6.46
%52.15
%41.39

CMYK Percentages of Color #1bdaad

%88
%0
%21
%15

Triadic Colors of #1bdaad

#1bdaad #ad1bda #daad1b

Analogous Colors of #1bdaad

#1bdaad #1ba8da #1bda4e

Monochromatic Colors of #1bdaad

#1bdaad

Complementary Color

#1bdaad #da1b48

#1bdaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bdaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bdaad Color CSS Codes

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

#1bdaad Text Font Color

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

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


#1bdaad Background Color

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

This div background color is #1bdaad


#1bdaad Border Color

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

This div border color is #1bdaad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(27,218,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1bdaad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1bdaad;
  -webkit-box-shadow: 1px 1px 3px 2px #1bdaad;
  box-shadow:         1px 1px 3px 2px #1bdaad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,218,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bdaad


Comments

No comments written yet.

Please login to write comment.