Color Hex Logo

#1cefbd Color Hex

#1CEFBD
(28,239,189)
0 Favorites   0 Comments

Color spaces of #1cefbd

RGB 28239189
HSL0.460.870.52
HSV166°88°94°
CMYK 0.880.000.21   0.06
XYZ40.530765.654058.6804
Yxy65.65400.24580.3982
Hunter Lab81.0272-52.509813.7808
CIE-Lab84.8196-58.223111.0694

#1cefbd color RGB value is (28,239,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11101111 10111101
Octal 34 357 275
Decimal 28 239 189
Hex 1C EF BD

RGB Percentages of Color #1cefbd

%6.14
%52.41
%41.45

CMYK Percentages of Color #1cefbd

%88
%0
%21
%6

Triadic Colors of #1cefbd

#1cefbd #bd1cef #efbd1c

Analogous Colors of #1cefbd

#1cefbd #1cb8ef #1cef54

Monochromatic Colors of #1cefbd

#1cefbd

Complementary Color

#1cefbd #ef1c4e

#1cefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cefbd Color CSS Codes

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

#1cefbd Text Font Color

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

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


#1cefbd Background Color

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

This div background color is #1cefbd


#1cefbd Border Color

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

This div border color is #1cefbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cefbd


Comments

No comments written yet.

Please login to write comment.