Color Hex Logo

#1dcaeb Color Hex

#1DCAEB
(29,202,235)
0 Favorites   0 Comments

Color spaces of #1dcaeb

RGB 29202235
HSL0.530.840.52
HSV190°88°92°
CMYK 0.880.140.00   0.08
XYZ36.622648.500486.0286
Yxy48.50040.21400.2834
Hunter Lab69.6422-28.0065-24.4910
CIE-Lab75.1395-29.0054-27.7576

#1dcaeb color RGB value is (29,202,235).

#1dcaeb hex color red value is 29, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1dcaeb hue: 0.53 , saturation: 0.84 and the lightness value of 1dcaeb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001010 11101011
Octal 35 312 353
Decimal 29 202 235
Hex 1D CA EB

RGB Percentages of Color #1dcaeb

%6.22
%43.35
%50.43

CMYK Percentages of Color #1dcaeb

%88
%14
%0
%8

Triadic Colors of #1dcaeb

#1dcaeb #eb1dca #caeb1d

Analogous Colors of #1dcaeb

#1dcaeb #1d63eb #1deba5

Monochromatic Colors of #1dcaeb

#1dcaeb

Complementary Color

#1dcaeb #eb3e1d

#1dcaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcaeb Color CSS Codes

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

#1dcaeb Text Font Color

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

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


#1dcaeb Background Color

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

This div background color is #1dcaeb


#1dcaeb Border Color

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

This div border color is #1dcaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcaeb


Comments

No comments written yet.

Please login to write comment.