Color Hex Logo

#1ce5df Color Hex

#1CE5DF
(28,229,223)
0 Favorites   0 Comments

Color spaces of #1ce5df

RGB 28229223
HSL0.500.790.50
HSV178°88°90°
CMYK 0.880.000.03   0.10
XYZ41.817561.613279.5006
Yxy61.61320.22860.3368
Hunter Lab78.4941-42.2693-5.1044
CIE-Lab82.7073-45.1769-9.9094

#1ce5df color RGB value is (28,229,223).

#1ce5df hex color red value is 28, green value is 229 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1ce5df hue: 0.50 , saturation: 0.79 and the lightness value of 1ce5df is 0.50.

The process color (four color CMYK) of #1ce5df color hex is 0.88, 0.00, 0.03, 0.10. Web safe color of #1ce5df is #33cccc. Color #1ce5df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11100101 11011111
Octal 34 345 337
Decimal 28 229 223
Hex 1C E5 DF

RGB Percentages of Color #1ce5df

%5.83
%47.71
%46.46

CMYK Percentages of Color #1ce5df

%88
%0
%3
%10

Triadic Colors of #1ce5df

#1ce5df #df1ce5 #e5df1c

Analogous Colors of #1ce5df

#1ce5df #1c87e5 #1ce57b

Monochromatic Colors of #1ce5df

#1ce5df

Complementary Color

#1ce5df #e51c22

#1ce5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ce5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ce5df Color CSS Codes

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

#1ce5df Text Font Color

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

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


#1ce5df Background Color

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

This div background color is #1ce5df


#1ce5df Border Color

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

This div border color is #1ce5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ce5df


Comments

No comments written yet.

Please login to write comment.