Color Hex Logo

#1bbce5 Color Hex

#1BBCE5
(27,188,229)
0 Favorites   0 Comments

Color spaces of #1bbce5

RGB 27188229
HSL0.530.800.50
HSV192°88°90°
CMYK 0.880.180.00   0.10
XYZ32.578141.856680.4908
Yxy41.85660.21030.2702
Hunter Lab64.6967-23.3353-28.4765
CIE-Lab70.7719-24.0994-31.2322

#1bbce5 color RGB value is (27,188,229).

#1bbce5 hex color red value is 27, green value is 188 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #1bbce5 hue: 0.53 , saturation: 0.80 and the lightness value of 1bbce5 is 0.50.

The process color (four color CMYK) of #1bbce5 color hex is 0.88, 0.18, 0.00, 0.10. Web safe color of #1bbce5 is #33cccc. Color #1bbce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10111100 11100101
Octal 33 274 345
Decimal 27 188 229
Hex 1B BC E5

RGB Percentages of Color #1bbce5

%6.08
%42.34
%51.58

CMYK Percentages of Color #1bbce5

%88
%18
%0
%10

Triadic Colors of #1bbce5

#1bbce5 #e51bbc #bce51b

Analogous Colors of #1bbce5

#1bbce5 #1b57e5 #1be5a9

Monochromatic Colors of #1bbce5

#1bbce5

Complementary Color

#1bbce5 #e5441b

#1bbce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bbce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bbce5 Color CSS Codes

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

#1bbce5 Text Font Color

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

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


#1bbce5 Background Color

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

This div background color is #1bbce5


#1bbce5 Border Color

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

This div border color is #1bbce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bbce5


Comments

No comments written yet.

Please login to write comment.