Color Hex Logo

#1defbe Color Hex

#1DEFBE
(29,239,190)
0 Favorites   0 Comments

Color spaces of #1defbe

RGB 29239190
HSL0.460.870.53
HSV166°88°94°
CMYK 0.880.000.21   0.06
XYZ40.667565.711959.2555
Yxy65.71190.24550.3967
Hunter Lab81.0629-52.310413.4041
CIE-Lab84.8492-57.927910.5905

#1defbe color RGB value is (29,239,190).

#1defbe hex color red value is 29, green value is 239 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #1defbe hue: 0.46 , saturation: 0.87 and the lightness value of 1defbe is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11101111 10111110
Octal 35 357 276
Decimal 29 239 190
Hex 1D EF BE

RGB Percentages of Color #1defbe

%6.33
%52.18
%41.48

CMYK Percentages of Color #1defbe

%88
%0
%21
%6

Triadic Colors of #1defbe

#1defbe #be1def #efbe1d

Analogous Colors of #1defbe

#1defbe #1db7ef #1def55

Monochromatic Colors of #1defbe

#1defbe

Complementary Color

#1defbe #ef1d4e

#1defbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1defbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1defbe Color CSS Codes

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

#1defbe Text Font Color

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

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


#1defbe Background Color

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

This div background color is #1defbe


#1defbe Border Color

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

This div border color is #1defbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,239,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 #1defbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1defbe


Comments

No comments written yet.

Please login to write comment.