Color Hex Logo

#1beaea Color Hex

#1BEAEA
(27,234,234)
0 Favorites   0 Comments

Color spaces of #1beaea

RGB 27234234
HSL0.500.830.51
HSV180°88°92°
CMYK 0.880.000.00   0.08
XYZ44.726165.019288.0345
Yxy65.01920.22610.3287
Hunter Lab80.6345-42.1005-8.2870
CIE-Lab84.4936-44.2566-13.0557

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11101010 11101010
Octal 33 352 352
Decimal 27 234 234
Hex 1B EA EA

RGB Percentages of Color #1beaea

%5.45
%47.27
%47.27

CMYK Percentages of Color #1beaea

%88
%0
%0
%8

Triadic Colors of #1beaea

#1beaea #ea1bea #eaea1b

Analogous Colors of #1beaea

#1beaea #1b83ea #1bea83

Monochromatic Colors of #1beaea

#1beaea

Complementary Color

#1beaea #ea1b1b

#1beaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1beaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1beaea Color CSS Codes

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

#1beaea Text Font Color

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

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


#1beaea Background Color

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

This div background color is #1beaea


#1beaea Border Color

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

This div border color is #1beaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1beaea


Comments

No comments written yet.

Please login to write comment.