Color Hex Logo

#1ceefb Color Hex

#1CEEFB
(28,238,251)
0 Favorites   0 Comments

Color spaces of #1ceefb

RGB 28238251
HSL0.510.970.55
HSV183°89°98°
CMYK 0.890.050.00   0.02
XYZ48.466068.3610101.9074
Yxy68.36100.22160.3125
Hunter Lab82.6807-40.0576-15.2009
CIE-Lab86.1866-41.0031-19.4505

#1ceefb color RGB value is (28,238,251).

#1ceefb hex color red value is 28, green value is 238 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #1ceefb hue: 0.51 , saturation: 0.97 and the lightness value of 1ceefb is 0.55.

The process color (four color CMYK) of #1ceefb color hex is 0.89, 0.05, 0.00, 0.02. Web safe color of #1ceefb is #33ffff. Color #1ceefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11101110 11111011
Octal 34 356 373
Decimal 28 238 251
Hex 1C EE FB

RGB Percentages of Color #1ceefb

%5.42
%46.03
%48.55

CMYK Percentages of Color #1ceefb

%89
%5
%0
%2

Triadic Colors of #1ceefb

#1ceefb #fb1cee #eefb1c

Analogous Colors of #1ceefb

#1ceefb #1c7ffb #1cfb99

Monochromatic Colors of #1ceefb

#1ceefb

Complementary Color

#1ceefb #fb291c

#1ceefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ceefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ceefb Color CSS Codes

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

#1ceefb Text Font Color

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

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


#1ceefb Background Color

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

This div background color is #1ceefb


#1ceefb Border Color

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

This div border color is #1ceefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ceefb

Related Colors


Comments

No comments written yet.

Please login to write comment.