Color Hex Logo

#1ba5af Color Hex

#1BA5AF
(27,165,175)
0 Favorites   0 Comments

Color spaces of #1ba5af

RGB 27165175
HSL0.510.730.40
HSV184°85°69°
CMYK 0.850.060.00   0.31
XYZ21.645030.238445.2532
Yxy30.23840.22280.3113
Hunter Lab54.9895-25.9702-10.2997
CIE-Lab61.8594-30.2659-15.0138

#1ba5af color RGB value is (27,165,175).

#1ba5af hex color red value is 27, green value is 165 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1ba5af hue: 0.51 , saturation: 0.73 and the lightness value of 1ba5af is 0.40.

The process color (four color CMYK) of #1ba5af color hex is 0.85, 0.06, 0.00, 0.31. Web safe color of #1ba5af is #339999. Color #1ba5af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10100101 10101111
Octal 33 245 257
Decimal 27 165 175
Hex 1B A5 AF

RGB Percentages of Color #1ba5af

%7.36
%44.96
%47.68

CMYK Percentages of Color #1ba5af

%85
%6
%0
%31

Triadic Colors of #1ba5af

#1ba5af #af1ba5 #a5af1b

Analogous Colors of #1ba5af

#1ba5af #1b5baf #1baf6f

Monochromatic Colors of #1ba5af

#1ba5af

Complementary Color

#1ba5af #af251b

#1ba5af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ba5af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ba5af Color CSS Codes

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

#1ba5af Text Font Color

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

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


#1ba5af Background Color

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

This div background color is #1ba5af


#1ba5af Border Color

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

This div border color is #1ba5af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ba5af


Comments

No comments written yet.

Please login to write comment.