Color Hex Logo

#43bedf Color Hex

#43BEDF
(67,190,223)
0 Favorites   0 Comments

Color spaces of #43bedf

RGB 67190223
HSL0.540.710.57
HSV193°70°87°
CMYK 0.700.150.00   0.13
XYZ34.047543.347976.3845
Yxy43.34790.22140.2819
Hunter Lab65.8391-22.9104-22.6990
CIE-Lab71.7905-23.3059-26.3471

#43bedf color RGB value is (67,190,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10111110 11011111
Octal 103 276 337
Decimal 67 190 223
Hex 43 BE DF

RGB Percentages of Color #43bedf

%13.96
%39.58
%46.46

CMYK Percentages of Color #43bedf

%70
%15
%0
%13

Triadic Colors of #43bedf

#43bedf #df43be #bedf43

Analogous Colors of #43bedf

#43bedf #4370df #43dfb2

Monochromatic Colors of #43bedf

#43bedf

Complementary Color

#43bedf #df6443

#43bedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43bedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#43bedf Color CSS Codes

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

#43bedf Text Font Color

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

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


#43bedf Background Color

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

This div background color is #43bedf


#43bedf Border Color

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

This div border color is #43bedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43bedf


Comments

No comments written yet.

Please login to write comment.