Color Hex Logo

#1cbeac Color Hex

#1CBEAC
(28,190,172)
0 Favorites   0 Comments

Color spaces of #1cbeac

RGB 28190172
HSL0.480.740.43
HSV173°85°75°
CMYK 0.850.000.09   0.25
XYZ26.338740.052345.3724
Yxy40.05230.23570.3584
Hunter Lab63.2869-36.46401.7939
CIE-Lab69.5068-42.5854-1.9596

#1cbeac color RGB value is (28,190,172).

#1cbeac hex color red value is 28, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #1cbeac hue: 0.48 , saturation: 0.74 and the lightness value of 1cbeac is 0.43.

The process color (four color CMYK) of #1cbeac color hex is 0.85, 0.00, 0.09, 0.25. Web safe color of #1cbeac is #33cc99. Color #1cbeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10111110 10101100
Octal 34 276 254
Decimal 28 190 172
Hex 1C BE AC

RGB Percentages of Color #1cbeac

%7.18
%48.72
%44.10

CMYK Percentages of Color #1cbeac

%85
%0
%9
%25

Triadic Colors of #1cbeac

#1cbeac #ac1cbe #beac1c

Analogous Colors of #1cbeac

#1cbeac #1c7fbe #1cbe5b

Monochromatic Colors of #1cbeac

#1cbeac

Complementary Color

#1cbeac #be1c2e

#1cbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cbeac Color CSS Codes

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

#1cbeac Text Font Color

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

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


#1cbeac Background Color

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

This div background color is #1cbeac


#1cbeac Border Color

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

This div border color is #1cbeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cbeac


Comments

No comments written yet.

Please login to write comment.