Color Hex Logo

#1dbeee Color Hex

#1DBEEE
(29,190,238)
0 Favorites   0 Comments

Color spaces of #1dbeee

RGB 29190238
HSL0.540.860.52
HSV194°88°93°
CMYK 0.880.200.00   0.07
XYZ34.352843.261287.4286
Yxy43.26120.20810.2621
Hunter Lab65.7732-21.8742-32.7695
CIE-Lab71.7319-21.9952-34.6303

#1dbeee color RGB value is (29,190,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10111110 11101110
Octal 35 276 356
Decimal 29 190 238
Hex 1D BE EE

RGB Percentages of Color #1dbeee

%6.35
%41.58
%52.08

CMYK Percentages of Color #1dbeee

%88
%20
%0
%7

Triadic Colors of #1dbeee

#1dbeee #ee1dbe #beee1d

Analogous Colors of #1dbeee

#1dbeee #1d56ee #1deeb6

Monochromatic Colors of #1dbeee

#1dbeee

Complementary Color

#1dbeee #ee4d1d

#1dbeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dbeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dbeee Color CSS Codes

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

#1dbeee Text Font Color

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

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


#1dbeee Background Color

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

This div background color is #1dbeee


#1dbeee Border Color

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

This div border color is #1dbeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dbeee


Comments

No comments written yet.

Please login to write comment.