Color Hex Logo

#1bbea5 Color Hex

#1BBEA5
(27,190,165)
0 Favorites   0 Comments

Color spaces of #1bbea5

RGB 27190165
HSL0.470.750.43
HSV171°86°75°
CMYK 0.860.000.13   0.25
XYZ25.657039.776541.9227
Yxy39.77650.23900.3705
Hunter Lab63.0686-37.75434.7370
CIE-Lab69.3100-44.57441.5874

#1bbea5 color RGB value is (27,190,165).

#1bbea5 hex color red value is 27, green value is 190 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #1bbea5 hue: 0.47 , saturation: 0.75 and the lightness value of 1bbea5 is 0.43.

The process color (four color CMYK) of #1bbea5 color hex is 0.86, 0.00, 0.13, 0.25. Web safe color of #1bbea5 is #33cc99. Color #1bbea5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10111110 10100101
Octal 33 276 245
Decimal 27 190 165
Hex 1B BE A5

RGB Percentages of Color #1bbea5

%7.07
%49.74
%43.19

CMYK Percentages of Color #1bbea5

%86
%0
%13
%25

Triadic Colors of #1bbea5

#1bbea5 #a51bbe #bea51b

Analogous Colors of #1bbea5

#1bbea5 #1b86be #1bbe54

Monochromatic Colors of #1bbea5

#1bbea5

Complementary Color

#1bbea5 #be1b34

#1bbea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bbea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bbea5 Color CSS Codes

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

#1bbea5 Text Font Color

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

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


#1bbea5 Background Color

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

This div background color is #1bbea5


#1bbea5 Border Color

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

This div border color is #1bbea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bbea5


Comments

No comments written yet.

Please login to write comment.