Color Hex Logo

#43acbd Color Hex

#43ACBD
(67,172,189)
0 Favorites   0 Comments

Color spaces of #43acbd

RGB 67172189
HSL0.520.480.50
HSV188°65°74°
CMYK 0.650.090.00   0.26
XYZ26.252634.372553.3950
Yxy34.37250.23020.3015
Hunter Lab58.6281-22.6700-12.9582
CIE-Lab65.2572-24.6237-17.6178

#43acbd color RGB value is (67,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10101100 10111101
Octal 103 254 275
Decimal 67 172 189
Hex 43 AC BD

RGB Percentages of Color #43acbd

%15.65
%40.19
%44.16

CMYK Percentages of Color #43acbd

%65
%9
%0
%26

Triadic Colors of #43acbd

#43acbd #bd43ac #acbd43

Analogous Colors of #43acbd

#43acbd #436fbd #43bd91

Monochromatic Colors of #43acbd

#43acbd

Complementary Color

#43acbd #bd5443

#43acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#43acbd Color CSS Codes

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

#43acbd Text Font Color

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

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


#43acbd Background Color

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

This div background color is #43acbd


#43acbd Border Color

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

This div border color is #43acbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,172,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43acbd


Comments

No comments written yet.

Please login to write comment.