Color Hex Logo

#1cdeeb Color Hex

#1CDEEB
(28,222,235)
0 Favorites   0 Comments

Color spaces of #1cdeeb

RGB 28222235
HSL0.510.840.52
HSV184°88°92°
CMYK 0.880.060.00   0.08
XYZ41.595658.487687.6942
Yxy58.48760.22150.3115
Hunter Lab76.4772-36.7497-14.4521
CIE-Lab81.0091-38.5310-18.8231

#1cdeeb color RGB value is (28,222,235).

#1cdeeb hex color red value is 28, green value is 222 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1cdeeb hue: 0.51 , saturation: 0.84 and the lightness value of 1cdeeb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11011110 11101011
Octal 34 336 353
Decimal 28 222 235
Hex 1C DE EB

RGB Percentages of Color #1cdeeb

%5.77
%45.77
%48.45

CMYK Percentages of Color #1cdeeb

%88
%6
%0
%8

Triadic Colors of #1cdeeb

#1cdeeb #eb1cde #deeb1c

Analogous Colors of #1cdeeb

#1cdeeb #1c77eb #1ceb91

Monochromatic Colors of #1cdeeb

#1cdeeb

Complementary Color

#1cdeeb #eb291c

#1cdeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cdeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cdeeb Color CSS Codes

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

#1cdeeb Text Font Color

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

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


#1cdeeb Background Color

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

This div background color is #1cdeeb


#1cdeeb Border Color

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

This div border color is #1cdeeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,222,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1cdeeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1cdeeb;
  -webkit-box-shadow: 1px 1px 3px 2px #1cdeeb;
  box-shadow:         1px 1px 3px 2px #1cdeeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,222,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cdeeb


Comments

No comments written yet.

Please login to write comment.