Color Hex Logo

#43bddf Color Hex

#43BDDF
(67,189,223)
0 Favorites   0 Comments

Color spaces of #43bddf

RGB 67189223
HSL0.540.710.57
HSV193°70°87°
CMYK 0.700.150.00   0.13
XYZ33.831642.916276.3126
Yxy42.91620.22100.2804
Hunter Lab65.5105-22.4605-23.2091
CIE-Lab71.4981-22.7977-26.7954

#43bddf color RGB value is (67,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10111101 11011111
Octal 103 275 337
Decimal 67 189 223
Hex 43 BD DF

RGB Percentages of Color #43bddf

%13.99
%39.46
%46.56

CMYK Percentages of Color #43bddf

%70
%15
%0
%13

Triadic Colors of #43bddf

#43bddf #df43bd #bddf43

Analogous Colors of #43bddf

#43bddf #436fdf #43dfb3

Monochromatic Colors of #43bddf

#43bddf

Complementary Color

#43bddf #df6543

#43bddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43bddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#43bddf Color CSS Codes

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

#43bddf Text Font Color

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

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


#43bddf Background Color

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

This div background color is #43bddf


#43bddf Border Color

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

This div border color is #43bddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43bddf


Comments

No comments written yet.

Please login to write comment.