Color Hex Logo

#43dcbd Color Hex

#43DCBD
(67,220,189)
0 Favorites   0 Comments

Color spaces of #43dcbd

RGB 67220189
HSL0.470.690.56
HSV168°70°86°
CMYK 0.700.000.14   0.14
XYZ37.093256.053857.0086
Yxy56.05380.24700.3733
Hunter Lab74.8691-42.58477.2624
CIE-Lab79.6444-46.87163.7073

#43dcbd color RGB value is (67,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 11011100 10111101
Octal 103 334 275
Decimal 67 220 189
Hex 43 DC BD

RGB Percentages of Color #43dcbd

%14.08
%46.22
%39.71

CMYK Percentages of Color #43dcbd

%70
%0
%14
%14

Triadic Colors of #43dcbd

#43dcbd #bd43dc #dcbd43

Analogous Colors of #43dcbd

#43dcbd #43afdc #43dc71

Monochromatic Colors of #43dcbd

#43dcbd

Complementary Color

#43dcbd #dc4362

#43dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#43dcbd Color CSS Codes

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

#43dcbd Text Font Color

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

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


#43dcbd Background Color

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

This div background color is #43dcbd


#43dcbd Border Color

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

This div border color is #43dcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43dcbd


Comments

No comments written yet.

Please login to write comment.