Color Hex Logo

#43badc Color Hex

#43BADC
(67,186,220)
0 Favorites   0 Comments

Color spaces of #43badc

RGB 67186220
HSL0.540.690.56
HSV193°70°86°
CMYK 0.700.150.00   0.14
XYZ32.791941.478473.9880
Yxy41.47840.22120.2798
Hunter Lab64.4037-21.8212-23.0307
CIE-Lab70.5098-22.2057-26.6768

#43badc color RGB value is (67,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10111010 11011100
Octal 103 272 334
Decimal 67 186 220
Hex 43 BA DC

RGB Percentages of Color #43badc

%14.16
%39.32
%46.51

CMYK Percentages of Color #43badc

%70
%15
%0
%14

Triadic Colors of #43badc

#43badc #dc43ba #badc43

Analogous Colors of #43badc

#43badc #436edc #43dcb2

Monochromatic Colors of #43badc

#43badc

Complementary Color

#43badc #dc6543

#43badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#43badc Color CSS Codes

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

#43badc Text Font Color

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

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


#43badc Background Color

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

This div background color is #43badc


#43badc Border Color

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

This div border color is #43badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43badc


Comments

No comments written yet.

Please login to write comment.