Color Hex Logo

#43b6dc Color Hex

#43B6DC
(67,182,220)
0 Favorites   0 Comments

Color spaces of #43b6dc

RGB 67182220
HSL0.540.690.56
HSV195°70°86°
CMYK 0.700.170.00   0.14
XYZ31.961039.816573.7110
Yxy39.81650.21970.2737
Hunter Lab63.1003-20.0134-25.0897
CIE-Lab69.3386-20.1448-28.4764

#43b6dc color RGB value is (67,182,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10110110 11011100
Octal 103 266 334
Decimal 67 182 220
Hex 43 B6 DC

RGB Percentages of Color #43b6dc

%14.29
%38.81
%46.91

CMYK Percentages of Color #43b6dc

%70
%17
%0
%14

Triadic Colors of #43b6dc

#43b6dc #dc43b6 #b6dc43

Analogous Colors of #43b6dc

#43b6dc #436adc #43dcb6

Monochromatic Colors of #43b6dc

#43b6dc

Complementary Color

#43b6dc #dc6943

#43b6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43b6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#43b6dc Color CSS Codes

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

#43b6dc Text Font Color

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

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


#43b6dc Background Color

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

This div background color is #43b6dc


#43b6dc Border Color

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

This div border color is #43b6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43b6dc


Comments

No comments written yet.

Please login to write comment.