Color Hex Logo

#1ccebf Color Hex

#1CCEBF
(28,206,191)
0 Favorites   0 Comments

Color spaces of #1ccebf

RGB 28206191
HSL0.490.760.46
HSV175°86°81°
CMYK 0.860.000.07   0.19
XYZ31.954248.151156.9001
Yxy48.15110.23320.3515
Hunter Lab69.3910-39.2359-0.0437
CIE-Lab74.9201-44.2277-4.3357

#1ccebf color RGB value is (28,206,191).

#1ccebf hex color red value is 28, green value is 206 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #1ccebf hue: 0.49 , saturation: 0.76 and the lightness value of 1ccebf is 0.46.

The process color (four color CMYK) of #1ccebf color hex is 0.86, 0.00, 0.07, 0.19. Web safe color of #1ccebf is #33cccc. Color #1ccebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001110 10111111
Octal 34 316 277
Decimal 28 206 191
Hex 1C CE BF

RGB Percentages of Color #1ccebf

%6.59
%48.47
%44.94

CMYK Percentages of Color #1ccebf

%86
%0
%7
%19

Triadic Colors of #1ccebf

#1ccebf #bf1cce #cebf1c

Analogous Colors of #1ccebf

#1ccebf #1c84ce #1cce66

Monochromatic Colors of #1ccebf

#1ccebf

Complementary Color

#1ccebf #ce1c2b

#1ccebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ccebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ccebf Color CSS Codes

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

#1ccebf Text Font Color

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

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


#1ccebf Background Color

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

This div background color is #1ccebf


#1ccebf Border Color

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

This div border color is #1ccebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ccebf


Comments

No comments written yet.

Please login to write comment.