Color Hex Logo

#1dfaeb Color Hex

#1DFAEB
(29,250,235)
0 Favorites   0 Comments

Color spaces of #1dfaeb

RGB 29250235
HSL0.490.960.55
HSV176°88°98°
CMYK 0.880.000.06   0.02
XYZ49.687774.630690.3836
Yxy74.63060.23140.3476
Hunter Lab86.3890-48.5143-1.5592
CIE-Lab89.2197-50.7479-6.5501

#1dfaeb color RGB value is (29,250,235).

#1dfaeb hex color red value is 29, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1dfaeb hue: 0.49 , saturation: 0.96 and the lightness value of 1dfaeb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11111010 11101011
Octal 35 372 353
Decimal 29 250 235
Hex 1D FA EB

RGB Percentages of Color #1dfaeb

%5.64
%48.64
%45.72

CMYK Percentages of Color #1dfaeb

%88
%0
%6
%2

Triadic Colors of #1dfaeb

#1dfaeb #eb1dfa #faeb1d

Analogous Colors of #1dfaeb

#1dfaeb #1d9bfa #1dfa7d

Monochromatic Colors of #1dfaeb

#1dfaeb

Complementary Color

#1dfaeb #fa1d2c

#1dfaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dfaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dfaeb Color CSS Codes

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

#1dfaeb Text Font Color

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

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


#1dfaeb Background Color

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

This div background color is #1dfaeb


#1dfaeb Border Color

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

This div border color is #1dfaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dfaeb


Comments

No comments written yet.

Please login to write comment.