Color Hex Logo

#1dbeea Color Hex

#1DBEEA
(29,190,234)
0 Favorites   0 Comments

Color spaces of #1dbeea

RGB 29190234
HSL0.540.830.52
HSV193°88°92°
CMYK 0.880.190.00   0.08
XYZ33.771443.028684.3673
Yxy43.02860.20950.2670
Hunter Lab65.5962-22.8948-30.3392
CIE-Lab71.5744-23.3369-32.7064

#1dbeea color RGB value is (29,190,234).

#1dbeea hex color red value is 29, green value is 190 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1dbeea hue: 0.54 , saturation: 0.83 and the lightness value of 1dbeea is 0.52.

The process color (four color CMYK) of #1dbeea color hex is 0.88, 0.19, 0.00, 0.08. Web safe color of #1dbeea is #33ccff. Color #1dbeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10111110 11101010
Octal 35 276 352
Decimal 29 190 234
Hex 1D BE EA

RGB Percentages of Color #1dbeea

%6.40
%41.94
%51.66

CMYK Percentages of Color #1dbeea

%88
%19
%0
%8

Triadic Colors of #1dbeea

#1dbeea #ea1dbe #beea1d

Analogous Colors of #1dbeea

#1dbeea #1d58ea #1deab0

Monochromatic Colors of #1dbeea

#1dbeea

Complementary Color

#1dbeea #ea491d

#1dbeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dbeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dbeea Color CSS Codes

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

#1dbeea Text Font Color

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

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


#1dbeea Background Color

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

This div background color is #1dbeea


#1dbeea Border Color

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

This div border color is #1dbeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dbeea


Comments

No comments written yet.

Please login to write comment.