Color Hex Logo

#1baeb7 Color Hex

#1BAEB7
(27,174,183)
0 Favorites   0 Comments

Color spaces of #1baeb7

RGB 27174183
HSL0.510.740.41
HSV183°85°72°
CMYK 0.850.050.00   0.28
XYZ24.135333.924050.0757
Yxy33.92400.22320.3137
Hunter Lab58.2443-27.9607-10.2037
CIE-Lab64.9022-32.0941-14.8915

#1baeb7 color RGB value is (27,174,183).

#1baeb7 hex color red value is 27, green value is 174 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #1baeb7 hue: 0.51 , saturation: 0.74 and the lightness value of 1baeb7 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101110 10110111
Octal 33 256 267
Decimal 27 174 183
Hex 1B AE B7

RGB Percentages of Color #1baeb7

%7.03
%45.31
%47.66

CMYK Percentages of Color #1baeb7

%85
%5
%0
%28

Triadic Colors of #1baeb7

#1baeb7 #b71bae #aeb71b

Analogous Colors of #1baeb7

#1baeb7 #1b60b7 #1bb772

Monochromatic Colors of #1baeb7

#1baeb7

Complementary Color

#1baeb7 #b7241b

#1baeb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1baeb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1baeb7 Color CSS Codes

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

#1baeb7 Text Font Color

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

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


#1baeb7 Background Color

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

This div background color is #1baeb7


#1baeb7 Border Color

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

This div border color is #1baeb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1baeb7


Comments

No comments written yet.

Please login to write comment.