Color Hex Logo

#1cebee Color Hex

#1CEBEE
(28,235,238)
1 Favorites   0 Comments

Color spaces of #1cebee

RGB 28235238
HSL0.500.860.52
HSV181°88°93°
CMYK 0.880.010.00   0.07
XYZ45.619865.836691.1922
Yxy65.83660.22510.3249
Hunter Lab81.1398-41.6352-9.8376
CIE-Lab84.9130-43.4910-14.5343

#1cebee color RGB value is (28,235,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11101011 11101110
Octal 34 353 356
Decimal 28 235 238
Hex 1C EB EE

RGB Percentages of Color #1cebee

%5.59
%46.91
%47.50

CMYK Percentages of Color #1cebee

%88
%1
%0
%7

Triadic Colors of #1cebee

#1cebee #ee1ceb #ebee1c

Analogous Colors of #1cebee

#1cebee #1c82ee #1cee88

Monochromatic Colors of #1cebee

#1cebee

Complementary Color

#1cebee #ee1f1c

#1cebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cebee Color CSS Codes

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

#1cebee Text Font Color

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

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


#1cebee Background Color

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

This div background color is #1cebee


#1cebee Border Color

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

This div border color is #1cebee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cebee


Comments

No comments written yet.

Please login to write comment.