Color Hex Logo

#1beecb Color Hex

#1BEECB
(27,238,203)
0 Favorites   0 Comments

Color spaces of #1beecb

RGB 27238203
HSL0.470.860.52
HSV170°89°93°
CMYK 0.890.000.15   0.07
XYZ41.806065.693966.9767
Yxy65.69390.23960.3765
Hunter Lab81.0518-49.77147.7423
CIE-Lab84.8400-54.40463.7699

#1beecb color RGB value is (27,238,203).

#1beecb hex color red value is 27, green value is 238 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #1beecb hue: 0.47 , saturation: 0.86 and the lightness value of 1beecb is 0.52.

The process color (four color CMYK) of #1beecb color hex is 0.89, 0.00, 0.15, 0.07. Web safe color of #1beecb is #33ffcc. Color #1beecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 11101110 11001011
Octal 33 356 313
Decimal 27 238 203
Hex 1B EE CB

RGB Percentages of Color #1beecb

%5.77
%50.85
%43.38

CMYK Percentages of Color #1beecb

%89
%0
%15
%7

Triadic Colors of #1beecb

#1beecb #cb1bee #eecb1b

Analogous Colors of #1beecb

#1beecb #1ba8ee #1bee62

Monochromatic Colors of #1beecb

#1beecb

Complementary Color

#1beecb #ee1b3e

#1beecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1beecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1beecb Color CSS Codes

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

#1beecb Text Font Color

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

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


#1beecb Background Color

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

This div background color is #1beecb


#1beecb Border Color

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

This div border color is #1beecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1beecb


Comments

No comments written yet.

Please login to write comment.