Color Hex Logo

#43befa Color Hex

#43BEFA
(67,190,250)
0 Favorites   0 Comments

Color spaces of #43befa

RGB 67190250
HSL0.550.950.62
HSV200°73°98°
CMYK 0.730.240.00   0.02
XYZ37.983544.922397.1114
Yxy44.92230.21100.2495
Hunter Lab67.0241-16.1337-38.9886
CIE-Lab72.8407-14.6450-39.3423

#43befa color RGB value is (67,190,250).

#43befa hex color red value is 67, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #43befa hue: 0.55 , saturation: 0.95 and the lightness value of 43befa is 0.62.

The process color (four color CMYK) of #43befa color hex is 0.73, 0.24, 0.00, 0.02. Web safe color of #43befa is #33ccff. Color #43befa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10111110 11111010
Octal 103 276 372
Decimal 67 190 250
Hex 43 BE FA

RGB Percentages of Color #43befa

%13.21
%37.48
%49.31

CMYK Percentages of Color #43befa

%73
%24
%0
%2

Triadic Colors of #43befa

#43befa #fa43be #befa43

Analogous Colors of #43befa

#43befa #4363fa #43fadb

Monochromatic Colors of #43befa

#43befa

Complementary Color

#43befa #fa7f43

#43befa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43befa Color Preview on White Background

Lorem ipsum dolor sit amet.

#43befa Color CSS Codes

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

#43befa Text Font Color

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

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


#43befa Background Color

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

This div background color is #43befa


#43befa Border Color

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

This div border color is #43befa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43befa


Comments

No comments written yet.

Please login to write comment.