Color Hex Logo

#43aadb Color Hex

#43AADB
(67,170,219)
0 Favorites   0 Comments

Color spaces of #43aadb

RGB 67170219
HSL0.550.680.56
HSV199°69°86°
CMYK 0.690.220.00   0.14
XYZ29.475635.057272.2310
Yxy35.05720.21550.2563
Hunter Lab59.2091-14.7547-30.8833
CIE-Lab65.7932-14.1196-33.4059

#43aadb color RGB value is (67,170,219).

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

The process color (four color CMYK) of #43aadb color hex is 0.69, 0.22, 0.00, 0.14. Web safe color of #43aadb is #3399cc. Color #43aadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10101010 11011011
Octal 103 252 333
Decimal 67 170 219
Hex 43 AA DB

RGB Percentages of Color #43aadb

%14.69
%37.28
%48.03

CMYK Percentages of Color #43aadb

%69
%22
%0
%14

Triadic Colors of #43aadb

#43aadb #db43aa #aadb43

Analogous Colors of #43aadb

#43aadb #435edb #43dbc0

Monochromatic Colors of #43aadb

#43aadb

Complementary Color

#43aadb #db7443

#43aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#43aadb Color CSS Codes

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

#43aadb Text Font Color

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

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


#43aadb Background Color

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

This div background color is #43aadb


#43aadb Border Color

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

This div border color is #43aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43aadb


Comments

No comments written yet.

Please login to write comment.