Color Hex Logo

#1dceea Color Hex

#1DCEEA
(29,206,234)
0 Favorites   0 Comments

Color spaces of #1dceea

RGB 29206234
HSL0.520.830.52
HSV188°88°92°
CMYK 0.880.120.00   0.08
XYZ37.429350.344385.5866
Yxy50.34430.21590.2904
Hunter Lab70.9537-30.0072-21.8499
CIE-Lab76.2801-31.2700-25.4738

#1dceea color RGB value is (29,206,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001110 11101010
Octal 35 316 352
Decimal 29 206 234
Hex 1D CE EA

RGB Percentages of Color #1dceea

%6.18
%43.92
%49.89

CMYK Percentages of Color #1dceea

%88
%12
%0
%8

Triadic Colors of #1dceea

#1dceea #ea1dce #ceea1d

Analogous Colors of #1dceea

#1dceea #1d68ea #1deaa0

Monochromatic Colors of #1dceea

#1dceea

Complementary Color

#1dceea #ea391d

#1dceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dceea Color CSS Codes

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

#1dceea Text Font Color

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

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


#1dceea Background Color

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

This div background color is #1dceea


#1dceea Border Color

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

This div border color is #1dceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dceea


Comments

No comments written yet.

Please login to write comment.