Color Hex Logo

#1dcbed Color Hex

#1DCBED
(29,203,237)
0 Favorites   0 Comments

Color spaces of #1dcbed

RGB 29203237
HSL0.530.850.52
HSV190°88°93°
CMYK 0.880.140.00   0.07
XYZ37.148749.087587.6377
Yxy49.08750.21370.2823
Hunter Lab70.0625-27.9646-25.1192
CIE-Lab75.5057-28.8503-28.2718

#1dcbed color RGB value is (29,203,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001011 11101101
Octal 35 313 355
Decimal 29 203 237
Hex 1D CB ED

RGB Percentages of Color #1dcbed

%6.18
%43.28
%50.53

CMYK Percentages of Color #1dcbed

%88
%14
%0
%7

Triadic Colors of #1dcbed

#1dcbed #ed1dcb #cbed1d

Analogous Colors of #1dcbed

#1dcbed #1d63ed #1deda7

Monochromatic Colors of #1dcbed

#1dcbed

Complementary Color

#1dcbed #ed3f1d

#1dcbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcbed Color CSS Codes

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

#1dcbed Text Font Color

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

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


#1dcbed Background Color

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

This div background color is #1dcbed


#1dcbed Border Color

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

This div border color is #1dcbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcbed


Comments

No comments written yet.

Please login to write comment.