Color Hex Logo

#1deefa Color Hex

#1DEEFA
(29,238,250)
0 Favorites   0 Comments

Color spaces of #1deefa

RGB 29238250
HSL0.510.960.55
HSV183°88°98°
CMYK 0.880.050.00   0.02
XYZ48.336568.3124101.0805
Yxy68.31240.22200.3137
Hunter Lab82.6513-40.2487-14.6543
CIE-Lab86.1624-41.2548-18.9617

#1deefa color RGB value is (29,238,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11101110 11111010
Octal 35 356 372
Decimal 29 238 250
Hex 1D EE FA

RGB Percentages of Color #1deefa

%5.61
%46.03
%48.36

CMYK Percentages of Color #1deefa

%88
%5
%0
%2

Triadic Colors of #1deefa

#1deefa #fa1dee #eefa1d

Analogous Colors of #1deefa

#1deefa #1d80fa #1dfa98

Monochromatic Colors of #1deefa

#1deefa

Complementary Color

#1deefa #fa291d

#1deefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1deefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1deefa Color CSS Codes

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

#1deefa Text Font Color

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

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


#1deefa Background Color

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

This div background color is #1deefa


#1deefa Border Color

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

This div border color is #1deefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1deefa

Related Colors


Comments

No comments written yet.

Please login to write comment.