Color Hex Logo

#1cbebd Color Hex

#1CBEBD
(28,190,189)
0 Favorites   0 Comments

Color spaces of #1cbebd

RGB 28190189
HSL0.500.740.43
HSV180°85°75°
CMYK 0.850.000.01   0.25
XYZ28.077740.747954.5294
Yxy40.74790.22760.3303
Hunter Lab63.8341-33.1956-5.9638
CIE-Lab69.9989-37.6849-10.5515

#1cbebd color RGB value is (28,190,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10111110 10111101
Octal 34 276 275
Decimal 28 190 189
Hex 1C BE BD

RGB Percentages of Color #1cbebd

%6.88
%46.68
%46.44

CMYK Percentages of Color #1cbebd

%85
%0
%1
%25

Triadic Colors of #1cbebd

#1cbebd #bd1cbe #bebd1c

Analogous Colors of #1cbebd

#1cbebd #1c6ebe #1cbe6c

Monochromatic Colors of #1cbebd

#1cbebd

Complementary Color

#1cbebd #be1c1d

#1cbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cbebd Color CSS Codes

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

#1cbebd Text Font Color

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

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


#1cbebd Background Color

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

This div background color is #1cbebd


#1cbebd Border Color

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

This div border color is #1cbebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,190,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 #1cbebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cbebd


Comments

No comments written yet.

Please login to write comment.