Color Hex Logo

#43bdcc Color Hex

#43BDCC
(67,189,204)
0 Favorites   0 Comments

Color spaces of #43bdcc

RGB 67189204
HSL0.520.570.53
HSV187°67°80°
CMYK 0.670.070.00   0.20
XYZ31.411441.948163.5680
Yxy41.94810.22940.3064
Hunter Lab64.7674-26.7725-12.8549
CIE-Lab70.8351-28.5997-17.4406

#43bdcc color RGB value is (67,189,204).

#43bdcc hex color red value is 67, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #43bdcc hue: 0.52 , saturation: 0.57 and the lightness value of 43bdcc is 0.53.

The process color (four color CMYK) of #43bdcc color hex is 0.67, 0.07, 0.00, 0.20. Web safe color of #43bdcc is #33cccc. Color #43bdcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10111101 11001100
Octal 103 275 314
Decimal 67 189 204
Hex 43 BD CC

RGB Percentages of Color #43bdcc

%14.57
%41.09
%44.35

CMYK Percentages of Color #43bdcc

%67
%7
%0
%20

Triadic Colors of #43bdcc

#43bdcc #cc43bd #bdcc43

Analogous Colors of #43bdcc

#43bdcc #4379cc #43cc97

Monochromatic Colors of #43bdcc

#43bdcc

Complementary Color

#43bdcc #cc5243

#43bdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43bdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#43bdcc Color CSS Codes

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

#43bdcc Text Font Color

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

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


#43bdcc Background Color

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

This div background color is #43bdcc


#43bdcc Border Color

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

This div border color is #43bdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43bdcc


Comments

No comments written yet.

Please login to write comment.