Color Hex Logo

#1beccb Color Hex

#1BECCB
(27,236,203)
0 Favorites   0 Comments

Color spaces of #1beccb

RGB 27236203
HSL0.470.850.52
HSV171°89°93°
CMYK 0.890.000.14   0.07
XYZ41.226964.535766.7837
Yxy64.53570.23890.3740
Hunter Lab80.3341-48.97986.9447
CIE-Lab84.2439-53.59902.9056

#1beccb color RGB value is (27,236,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11101100 11001011
Octal 33 354 313
Decimal 27 236 203
Hex 1B EC CB

RGB Percentages of Color #1beccb

%5.79
%50.64
%43.56

CMYK Percentages of Color #1beccb

%89
%0
%14
%7

Triadic Colors of #1beccb

#1beccb #cb1bec #eccb1b

Analogous Colors of #1beccb

#1beccb #1ba5ec #1bec62

Monochromatic Colors of #1beccb

#1beccb

Complementary Color

#1beccb #ec1b3c

#1beccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1beccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1beccb Color CSS Codes

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

#1beccb Text Font Color

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

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


#1beccb Background Color

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

This div background color is #1beccb


#1beccb Border Color

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

This div border color is #1beccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1beccb


Comments

No comments written yet.

Please login to write comment.