Color Hex Logo

#43badd Color Hex

#43BADD
(67,186,221)
0 Favorites   0 Comments

Color spaces of #43badd

RGB 67186221
HSL0.540.690.56
HSV194°70°87°
CMYK 0.700.160.00   0.13
XYZ32.924841.531674.6877
Yxy41.53160.22080.2785
Hunter Lab64.4450-21.5836-23.6019
CIE-Lab70.5468-21.8919-27.1656

#43badd color RGB value is (67,186,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10111010 11011101
Octal 103 272 335
Decimal 67 186 221
Hex 43 BA DD

RGB Percentages of Color #43badd

%14.14
%39.24
%46.62

CMYK Percentages of Color #43badd

%70
%16
%0
%13

Triadic Colors of #43badd

#43badd #dd43ba #badd43

Analogous Colors of #43badd

#43badd #436ddd #43ddb3

Monochromatic Colors of #43badd

#43badd

Complementary Color

#43badd #dd6643

#43badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#43badd Color CSS Codes

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

#43badd Text Font Color

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

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


#43badd Background Color

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

This div background color is #43badd


#43badd Border Color

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

This div border color is #43badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43badd

#43badd Color Palettes


Comments

No comments written yet.

Please login to write comment.