Color Hex Logo

#1cebbe Color Hex

#1CEBBE
(28,235,190)
0 Favorites   0 Comments

Color spaces of #1cebbe

RGB 28235190
HSL0.460.840.52
HSV167°88°92°
CMYK 0.880.000.19   0.08
XYZ39.481563.381258.8681
Yxy63.38120.24410.3919
Hunter Lab79.6123-50.799511.8875
CIE-Lab83.6425-56.42548.8666

#1cebbe color RGB value is (28,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11101011 10111110
Octal 34 353 276
Decimal 28 235 190
Hex 1C EB BE

RGB Percentages of Color #1cebbe

%6.18
%51.88
%41.94

CMYK Percentages of Color #1cebbe

%88
%0
%19
%8

Triadic Colors of #1cebbe

#1cebbe #be1ceb #ebbe1c

Analogous Colors of #1cebbe

#1cebbe #1cb1eb #1ceb56

Monochromatic Colors of #1cebbe

#1cebbe

Complementary Color

#1cebbe #eb1c49

#1cebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cebbe Color CSS Codes

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

#1cebbe Text Font Color

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

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


#1cebbe Background Color

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

This div background color is #1cebbe


#1cebbe Border Color

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

This div border color is #1cebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cebbe


Comments

No comments written yet.

Please login to write comment.