Color Hex Logo

#43dcbe Color Hex

#43DCBE
(67,220,190)
0 Favorites   0 Comments

Color spaces of #43dcbe

RGB 67220190
HSL0.470.690.56
HSV168°70°86°
CMYK 0.700.000.14   0.14
XYZ37.202256.097457.5823
Yxy56.09740.24660.3718
Hunter Lab74.8982-42.41036.8461
CIE-Lab79.6692-46.62093.2111

#43dcbe color RGB value is (67,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 11011100 10111110
Octal 103 334 276
Decimal 67 220 190
Hex 43 DC BE

RGB Percentages of Color #43dcbe

%14.05
%46.12
%39.83

CMYK Percentages of Color #43dcbe

%70
%0
%14
%14

Triadic Colors of #43dcbe

#43dcbe #be43dc #dcbe43

Analogous Colors of #43dcbe

#43dcbe #43aedc #43dc72

Monochromatic Colors of #43dcbe

#43dcbe

Complementary Color

#43dcbe #dc4361

#43dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#43dcbe Color CSS Codes

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

#43dcbe Text Font Color

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

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


#43dcbe Background Color

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

This div background color is #43dcbe


#43dcbe Border Color

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

This div border color is #43dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43dcbe


Comments

No comments written yet.

Please login to write comment.