Color Hex Logo

#1dcee0 Color Hex

#1DCEE0
(29,206,224)
0 Favorites   0 Comments

Color spaces of #1dcee0

RGB 29206224
HSL0.520.770.50
HSV186°87°88°
CMYK 0.870.080.00   0.12
XYZ36.032549.785678.2315
Yxy49.78560.21960.3035
Hunter Lab70.5589-32.3230-16.3460
CIE-Lab75.9375-34.4099-20.6180

#1dcee0 color RGB value is (29,206,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001110 11100000
Octal 35 316 340
Decimal 29 206 224
Hex 1D CE E0

RGB Percentages of Color #1dcee0

%6.32
%44.88
%48.80

CMYK Percentages of Color #1dcee0

%87
%8
%0
%12

Triadic Colors of #1dcee0

#1dcee0 #e01dce #cee01d

Analogous Colors of #1dcee0

#1dcee0 #1d6de0 #1de091

Monochromatic Colors of #1dcee0

#1dcee0

Complementary Color

#1dcee0 #e02f1d

#1dcee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcee0 Color CSS Codes

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

#1dcee0 Text Font Color

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

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


#1dcee0 Background Color

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

This div background color is #1dcee0


#1dcee0 Border Color

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

This div border color is #1dcee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcee0


Comments

No comments written yet.

Please login to write comment.