Color Hex Logo

#1cedbc Color Hex

#1CEDBC
(28,237,188)
0 Favorites   0 Comments

Color spaces of #1cedbc

RGB 28237188
HSL0.460.850.52
HSV166°88°93°
CMYK 0.880.000.21   0.07
XYZ39.840264.446157.9165
Yxy64.44610.24560.3973
Hunter Lab80.2783-51.901813.4203
CIE-Lab84.1975-57.691010.7062

#1cedbc color RGB value is (28,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11101101 10111100
Octal 34 355 274
Decimal 28 237 188
Hex 1C ED BC

RGB Percentages of Color #1cedbc

%6.18
%52.32
%41.50

CMYK Percentages of Color #1cedbc

%88
%0
%21
%7

Triadic Colors of #1cedbc

#1cedbc #bc1ced #edbc1c

Analogous Colors of #1cedbc

#1cedbc #1cb6ed #1ced54

Monochromatic Colors of #1cedbc

#1cedbc

Complementary Color

#1cedbc #ed1c4d

#1cedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cedbc Color CSS Codes

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

#1cedbc Text Font Color

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

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


#1cedbc Background Color

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

This div background color is #1cedbc


#1cedbc Border Color

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

This div border color is #1cedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cedbc


Comments

No comments written yet.

Please login to write comment.