color codes Logo

#1dbaee color codes

#1DBAEE
(29,186,238)
0 Favorites   0 Comments

Color spaces of #1dbaee

RGB 29186238
HSL0.540.860.52
HSV195°88°93°
CMYK 0.880.220.00   0.07
XYZ33.498241.552187.1437
Yxy41.55210.20650.2562
Hunter Lab64.4609-20.0461-35.0306
CIE-Lab70.5610-19.9265-36.4469

#1dbaee color RGB value is (29,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10111010 11101110
Octal 35 272 356
Decimal 29 186 238
Hex 1D BA EE

RGB Percentages of Color #1dbaee

%6.40
%41.06
%52.54

CMYK Percentages of Color #1dbaee

%88
%22
%0
%7

Triadic Colors of #1dbaee

#1dbaee #ee1dba #baee1d

Analogous Colors of #1dbaee

#1dbaee #1d52ee #1deeba

Monochromatic Colors of #1dbaee

#1dbaee

Complementary Color

#1dbaee #ee511d

#1dbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dbaee Color CSS Codes

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

#1dbaee Text Font Color

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

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


#1dbaee Background Color

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

This div background color is #1dbaee


#1dbaee Border Color

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

This div border color is #1dbaee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,186,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 #1dbaee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dbaee


Comments

No comments written yet.

Please login to write comment.