Color Hex Logo

#1dceed Color Hex

#1DCEED
(29,206,237)
0 Favorites   0 Comments

Color spaces of #1dceed

RGB 29206237
HSL0.520.850.52
HSV189°88°93°
CMYK 0.880.130.00   0.07
XYZ37.864150.518287.8761
Yxy50.51820.21480.2866
Hunter Lab71.0762-29.2917-23.5508
CIE-Lab76.3862-30.3138-26.9222

#1dceed color RGB value is (29,206,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001110 11101101
Octal 35 316 355
Decimal 29 206 237
Hex 1D CE ED

RGB Percentages of Color #1dceed

%6.14
%43.64
%50.21

CMYK Percentages of Color #1dceed

%88
%13
%0
%7

Triadic Colors of #1dceed

#1dceed #ed1dce #ceed1d

Analogous Colors of #1dceed

#1dceed #1d66ed #1deda4

Monochromatic Colors of #1dceed

#1dceed

Complementary Color

#1dceed #ed3c1d

#1dceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dceed Color CSS Codes

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

#1dceed Text Font Color

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

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


#1dceed Background Color

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

This div background color is #1dceed


#1dceed Border Color

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

This div border color is #1dceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dceed


Comments

No comments written yet.

Please login to write comment.