Color Hex Logo

#1dedbf Color Hex

#1DEDBF
(29,237,191)
0 Favorites   0 Comments

Color spaces of #1dedbf

RGB 29237191
HSL0.460.850.52
HSV167°88°93°
CMYK 0.880.000.19   0.07
XYZ40.194964.591259.6391
Yxy64.59120.24450.3928
Hunter Lab80.3687-51.371712.2608
CIE-Lab84.2726-56.90779.2448

#1dedbf color RGB value is (29,237,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11101101 10111111
Octal 35 355 277
Decimal 29 237 191
Hex 1D ED BF

RGB Percentages of Color #1dedbf

%6.35
%51.86
%41.79

CMYK Percentages of Color #1dedbf

%88
%0
%19
%7

Triadic Colors of #1dedbf

#1dedbf #bf1ded #edbf1d

Analogous Colors of #1dedbf

#1dedbf #1db3ed #1ded57

Monochromatic Colors of #1dedbf

#1dedbf

Complementary Color

#1dedbf #ed1d4b

#1dedbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dedbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dedbf Color CSS Codes

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

#1dedbf Text Font Color

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

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


#1dedbf Background Color

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

This div background color is #1dedbf


#1dedbf Border Color

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

This div border color is #1dedbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dedbf


Comments

No comments written yet.

Please login to write comment.