Color Hex Logo

#1deeba Color Hex

#1DEEBA
(29,238,186)
0 Favorites   0 Comments

Color spaces of #1deeba

RGB 29238186
HSL0.460.860.52
HSV165°88°93°
CMYK 0.880.000.22   0.07
XYZ39.944264.955556.8868
Yxy64.95550.24690.4015
Hunter Lab80.5950-52.573714.5675
CIE-Lab84.4608-58.500612.1262

#1deeba color RGB value is (29,238,186).

#1deeba hex color red value is 29, green value is 238 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #1deeba hue: 0.46 , saturation: 0.86 and the lightness value of 1deeba is 0.52.

The process color (four color CMYK) of #1deeba color hex is 0.88, 0.00, 0.22, 0.07. Web safe color of #1deeba is #33ffcc. Color #1deeba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11101110 10111010
Octal 35 356 272
Decimal 29 238 186
Hex 1D EE BA

RGB Percentages of Color #1deeba

%6.40
%52.54
%41.06

CMYK Percentages of Color #1deeba

%88
%0
%22
%7

Triadic Colors of #1deeba

#1deeba #ba1dee #eeba1d

Analogous Colors of #1deeba

#1deeba #1dbaee #1dee52

Monochromatic Colors of #1deeba

#1deeba

Complementary Color

#1deeba #ee1d51

#1deeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1deeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1deeba Color CSS Codes

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

#1deeba Text Font Color

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

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


#1deeba Background Color

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

This div background color is #1deeba


#1deeba Border Color

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

This div border color is #1deeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1deeba


Comments

No comments written yet.

Please login to write comment.