Color Hex Logo

#43acbe Color Hex

#43ACBE
(67,172,190)
0 Favorites   0 Comments

Color spaces of #43acbe

RGB 67172190
HSL0.520.490.50
HSV189°65°75°
CMYK 0.650.090.00   0.25
XYZ26.361534.416053.9688
Yxy34.41600.22970.2999
Hunter Lab58.6652-22.4541-13.4780
CIE-Lab65.2914-24.3218-18.1217

#43acbe color RGB value is (67,172,190).

#43acbe hex color red value is 67, green value is 172 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #43acbe hue: 0.52 , saturation: 0.49 and the lightness value of 43acbe is 0.50.

The process color (four color CMYK) of #43acbe color hex is 0.65, 0.09, 0.00, 0.25. Web safe color of #43acbe is #3399cc. Color #43acbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10101100 10111110
Octal 103 254 276
Decimal 67 172 190
Hex 43 AC BE

RGB Percentages of Color #43acbe

%15.62
%40.09
%44.29

CMYK Percentages of Color #43acbe

%65
%9
%0
%25

Triadic Colors of #43acbe

#43acbe #be43ac #acbe43

Analogous Colors of #43acbe

#43acbe #436fbe #43be93

Monochromatic Colors of #43acbe

#43acbe

Complementary Color

#43acbe #be5543

#43acbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43acbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#43acbe Color CSS Codes

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

#43acbe Text Font Color

<p style="color:#43acbe">Text here</p>

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


#43acbe Background Color

<div style="background-color:#43acbe">
Div content here</div>

This div background color is #43acbe


#43acbe Border Color

<div style="border:3px solid #43acbe">
Div here</div>

This div border color is #43acbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,172,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #43acbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #43acbe;
  -webkit-box-shadow: 1px 1px 3px 2px #43acbe;
  box-shadow:         1px 1px 3px 2px #43acbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,172,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 #43acbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43acbe


Comments

No comments written yet.

Please login to write comment.