Color Hex Logo

#1ceebe Color Hex

#1CEEBE
(28,238,190)
0 Favorites   0 Comments

Color spaces of #1ceebe

RGB 28238190
HSL0.460.860.52
HSV166°88°93°
CMYK 0.880.000.20   0.07
XYZ40.347765.113759.1568
Yxy65.11370.24510.3955
Hunter Lab80.6931-51.960313.0191
CIE-Lab84.5423-57.595010.1520

#1ceebe color RGB value is (28,238,190).

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

The process color (four color CMYK) of #1ceebe color hex is 0.88, 0.00, 0.20, 0.07. Web safe color of #1ceebe is #33ffcc. Color #1ceebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11101110 10111110
Octal 34 356 276
Decimal 28 238 190
Hex 1C EE BE

RGB Percentages of Color #1ceebe

%6.14
%52.19
%41.67

CMYK Percentages of Color #1ceebe

%88
%0
%20
%7

Triadic Colors of #1ceebe

#1ceebe #be1cee #eebe1c

Analogous Colors of #1ceebe

#1ceebe #1cb5ee #1cee55

Monochromatic Colors of #1ceebe

#1ceebe

Complementary Color

#1ceebe #ee1c4c

#1ceebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ceebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ceebe Color CSS Codes

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

#1ceebe Text Font Color

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

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


#1ceebe Background Color

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

This div background color is #1ceebe


#1ceebe Border Color

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

This div border color is #1ceebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ceebe

#1ceebe Color Palettes


Comments

No comments written yet.

Please login to write comment.