Color Hex Logo

#43bbdf Color Hex

#43BBDF
(67,187,223)
0 Favorites   0 Comments

Color spaces of #43bbdf

RGB 67187223
HSL0.540.710.57
HSV194°70°87°
CMYK 0.700.160.00   0.13
XYZ33.404342.061776.1702
Yxy42.06170.22030.2774
Hunter Lab64.8550-21.5578-24.2358
CIE-Lab70.9134-21.7759-27.6928

#43bbdf color RGB value is (67,187,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10111011 11011111
Octal 103 273 337
Decimal 67 187 223
Hex 43 BB DF

RGB Percentages of Color #43bbdf

%14.05
%39.20
%46.75

CMYK Percentages of Color #43bbdf

%70
%16
%0
%13

Triadic Colors of #43bbdf

#43bbdf #df43bb #bbdf43

Analogous Colors of #43bbdf

#43bbdf #436ddf #43dfb5

Monochromatic Colors of #43bbdf

#43bbdf

Complementary Color

#43bbdf #df6743

#43bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#43bbdf Color CSS Codes

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

#43bbdf Text Font Color

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

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


#43bbdf Background Color

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

This div background color is #43bbdf


#43bbdf Border Color

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

This div border color is #43bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43bbdf


Comments

No comments written yet.

Please login to write comment.