Color Hex Logo

#1bebcc Color Hex

#1BEBCC
(27,235,204)
0 Favorites   0 Comments

Color spaces of #1bebcc

RGB 27235204
HSL0.480.840.51
HSV171°89°92°
CMYK 0.890.000.13   0.08
XYZ41.059464.009367.3177
Yxy64.00930.23820.3713
Hunter Lab80.0058-48.40306.1169
CIE-Lab83.9706-52.93431.9827

#1bebcc color RGB value is (27,235,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11101011 11001100
Octal 33 353 314
Decimal 27 235 204
Hex 1B EB CC

RGB Percentages of Color #1bebcc

%5.79
%50.43
%43.78

CMYK Percentages of Color #1bebcc

%89
%0
%13
%8

Triadic Colors of #1bebcc

#1bebcc #cc1beb #ebcc1b

Analogous Colors of #1bebcc

#1bebcc #1ba2eb #1beb64

Monochromatic Colors of #1bebcc

#1bebcc

Complementary Color

#1bebcc #eb1b3a

#1bebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bebcc Color CSS Codes

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

#1bebcc Text Font Color

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

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


#1bebcc Background Color

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

This div background color is #1bebcc


#1bebcc Border Color

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

This div border color is #1bebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bebcc


Comments

No comments written yet.

Please login to write comment.