Color Hex Logo

#1cebbb Color Hex

#1CEBBB
(28,235,187)
0 Favorites   0 Comments

Color spaces of #1cebbb

RGB 28235187
HSL0.460.840.52
HSV166°88°92°
CMYK 0.880.000.20   0.08
XYZ39.156963.251457.1587
Yxy63.25140.24540.3964
Hunter Lab79.5307-51.294513.0598
CIE-Lab83.5745-57.157210.3419

#1cebbb color RGB value is (28,235,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11101011 10111011
Octal 34 353 273
Decimal 28 235 187
Hex 1C EB BB

RGB Percentages of Color #1cebbb

%6.22
%52.22
%41.56

CMYK Percentages of Color #1cebbb

%88
%0
%20
%8

Triadic Colors of #1cebbb

#1cebbb #bb1ceb #ebbb1c

Analogous Colors of #1cebbb

#1cebbb #1cb4eb #1ceb54

Monochromatic Colors of #1cebbb

#1cebbb

Complementary Color

#1cebbb #eb1c4c

#1cebbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cebbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cebbb Color CSS Codes

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

#1cebbb Text Font Color

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

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


#1cebbb Background Color

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

This div background color is #1cebbb


#1cebbb Border Color

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

This div border color is #1cebbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cebbb


Comments

No comments written yet.

Please login to write comment.