Color Hex Logo

#1beace Color Hex

#1BEACE
(27,234,206)
0 Favorites   0 Comments

Color spaces of #1beace

RGB 27234206
HSL0.480.830.51
HSV172°88°92°
CMYK 0.880.000.12   0.08
XYZ41.015463.534968.4942
Yxy63.53490.23700.3672
Hunter Lab79.7088-47.64044.8479
CIE-Lab83.7230-52.00210.5690

#1beace color RGB value is (27,234,206).

#1beace hex color red value is 27, green value is 234 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1beace hue: 0.48 , saturation: 0.83 and the lightness value of 1beace is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11101010 11001110
Octal 33 352 316
Decimal 27 234 206
Hex 1B EA CE

RGB Percentages of Color #1beace

%5.78
%50.11
%44.11

CMYK Percentages of Color #1beace

%88
%0
%12
%8

Triadic Colors of #1beace

#1beace #ce1bea #eace1b

Analogous Colors of #1beace

#1beace #1b9fea #1bea67

Monochromatic Colors of #1beace

#1beace

Complementary Color

#1beace #ea1b37

#1beace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1beace Color Preview on White Background

Lorem ipsum dolor sit amet.

#1beace Color CSS Codes

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

#1beace Text Font Color

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

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


#1beace Background Color

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

This div background color is #1beace


#1beace Border Color

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

This div border color is #1beace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1beace


Comments

No comments written yet.

Please login to write comment.