Color Hex Logo

#1b8aec Color Hex

#1B8AEC
(27,138,236)
0 Favorites   0 Comments

Color spaces of #1b8aec

RGB 27138236
HSL0.580.850.52
HSV208°89°93°
CMYK 0.890.420.00   0.07
XYZ24.680824.466182.7785
Yxy24.46610.18710.1855
Hunter Lab49.46322.5060-64.5997
CIE-Lab56.55156.2680-57.4475

#1b8aec color RGB value is (27,138,236).

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

The process color (four color CMYK) of #1b8aec color hex is 0.89, 0.42, 0.00, 0.07. Web safe color of #1b8aec is #3399ff. Color #1b8aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10001010 11101100
Octal 33 212 354
Decimal 27 138 236
Hex 1B 8A EC

RGB Percentages of Color #1b8aec

%6.73
%34.41
%58.85

CMYK Percentages of Color #1b8aec

%89
%42
%0
%7

Triadic Colors of #1b8aec

#1b8aec #ec1b8a #8aec1b

Analogous Colors of #1b8aec

#1b8aec #1b22ec #1bece6

Monochromatic Colors of #1b8aec

#1b8aec

Complementary Color

#1b8aec #ec7d1b

#1b8aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b8aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b8aec Color CSS Codes

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

#1b8aec Text Font Color

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

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


#1b8aec Background Color

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

This div background color is #1b8aec


#1b8aec Border Color

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

This div border color is #1b8aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b8aec


Comments

No comments written yet.

Please login to write comment.