Color Hex Logo

#1dcaea Color Hex

#1DCAEA
(29,202,234)
0 Favorites   0 Comments

Color spaces of #1dcaea

RGB 29202234
HSL0.530.830.52
HSV189°88°92°
CMYK 0.880.140.00   0.08
XYZ36.478548.442885.2697
Yxy48.44280.21430.2846
Hunter Lab69.6009-28.2479-23.9170
CIE-Lab75.1034-29.3277-27.2746

#1dcaea color RGB value is (29,202,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001010 11101010
Octal 35 312 352
Decimal 29 202 234
Hex 1D CA EA

RGB Percentages of Color #1dcaea

%6.24
%43.44
%50.32

CMYK Percentages of Color #1dcaea

%88
%14
%0
%8

Triadic Colors of #1dcaea

#1dcaea #ea1dca #caea1d

Analogous Colors of #1dcaea

#1dcaea #1d64ea #1deaa4

Monochromatic Colors of #1dcaea

#1dcaea

Complementary Color

#1dcaea #ea3d1d

#1dcaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcaea Color CSS Codes

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

#1dcaea Text Font Color

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

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


#1dcaea Background Color

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

This div background color is #1dcaea


#1dcaea Border Color

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

This div border color is #1dcaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcaea


Comments

No comments written yet.

Please login to write comment.