Color Hex Logo

#1b88be Color Hex

#1B88BE
(27,136,190)
0 Favorites   0 Comments

Color spaces of #1b88be

RGB 27136190
HSL0.560.750.43
HSV200°86°75°
CMYK 0.860.280.00   0.25
XYZ18.550421.559051.8988
Yxy21.55900.20160.2343
Hunter Lab46.4317-9.9410-33.7690
CIE-Lab53.5559-9.7809-36.3052

#1b88be color RGB value is (27,136,190).

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

The process color (four color CMYK) of #1b88be color hex is 0.86, 0.28, 0.00, 0.25. Web safe color of #1b88be is #3399cc. Color #1b88be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10001000 10111110
Octal 33 210 276
Decimal 27 136 190
Hex 1B 88 BE

RGB Percentages of Color #1b88be

%7.65
%38.53
%53.82

CMYK Percentages of Color #1b88be

%86
%28
%0
%25

Triadic Colors of #1b88be

#1b88be #be1b88 #88be1b

Analogous Colors of #1b88be

#1b88be #1b36be #1bbea3

Monochromatic Colors of #1b88be

#1b88be

Complementary Color

#1b88be #be511b

#1b88be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b88be Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b88be Color CSS Codes

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

#1b88be Text Font Color

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

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


#1b88be Background Color

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

This div background color is #1b88be


#1b88be Border Color

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

This div border color is #1b88be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b88be


Comments

No comments written yet.

Please login to write comment.