Color Hex Logo

#1dbeef Color Hex

#1DBEEF
(29,190,239)
0 Favorites   0 Comments

Color spaces of #1dbeef

RGB 29190239
HSL0.540.870.53
HSV194°88°94°
CMYK 0.880.210.00   0.06
XYZ34.500143.320188.2046
Yxy43.32010.20780.2609
Hunter Lab65.8180-21.6164-33.3836
CIE-Lab71.7717-21.6584-35.1100

#1dbeef color RGB value is (29,190,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10111110 11101111
Octal 35 276 357
Decimal 29 190 239
Hex 1D BE EF

RGB Percentages of Color #1dbeef

%6.33
%41.48
%52.18

CMYK Percentages of Color #1dbeef

%88
%21
%0
%6

Triadic Colors of #1dbeef

#1dbeef #ef1dbe #beef1d

Analogous Colors of #1dbeef

#1dbeef #1d55ef #1defb7

Monochromatic Colors of #1dbeef

#1dbeef

Complementary Color

#1dbeef #ef4e1d

#1dbeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dbeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dbeef Color CSS Codes

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

#1dbeef Text Font Color

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

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


#1dbeef Background Color

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

This div background color is #1dbeef


#1dbeef Border Color

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

This div border color is #1dbeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dbeef


Comments

No comments written yet.

Please login to write comment.