Color Hex Logo

#43badb Color Hex

#43BADB
(67,186,219)
0 Favorites   0 Comments

Color spaces of #43badb

RGB 67186219
HSL0.540.680.56
HSV193°69°86°
CMYK 0.690.150.00   0.14
XYZ32.659841.425673.2924
Yxy41.42560.22160.2811
Hunter Lab64.3627-22.0579-22.4620
CIE-Lab70.4731-22.5189-26.1874

#43badb color RGB value is (67,186,219).

#43badb hex color red value is 67, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #43badb hue: 0.54 , saturation: 0.68 and the lightness value of 43badb is 0.56.

The process color (four color CMYK) of #43badb color hex is 0.69, 0.15, 0.00, 0.14. Web safe color of #43badb is #33cccc. Color #43badb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10111010 11011011
Octal 103 272 333
Decimal 67 186 219
Hex 43 BA DB

RGB Percentages of Color #43badb

%14.19
%39.41
%46.40

CMYK Percentages of Color #43badb

%69
%15
%0
%14

Triadic Colors of #43badb

#43badb #db43ba #badb43

Analogous Colors of #43badb

#43badb #436edb #43dbb0

Monochromatic Colors of #43badb

#43badb

Complementary Color

#43badb #db6443

#43badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#43badb Color CSS Codes

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

#43badb Text Font Color

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

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


#43badb Background Color

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

This div background color is #43badb


#43badb Border Color

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

This div border color is #43badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43badb


Comments

No comments written yet.

Please login to write comment.