Color Hex Logo

#43abde Color Hex

#43ABDE
(67,171,222)
0 Favorites   0 Comments

Color spaces of #43abde

RGB 67171222
HSL0.550.700.57
HSV200°70°87°
CMYK 0.700.230.00   0.13
XYZ30.062535.593074.3929
Yxy35.59300.21470.2541
Hunter Lab59.6599-14.4589-32.1698
CIE-Lab66.2078-13.6751-34.4143

#43abde color RGB value is (67,171,222).

#43abde hex color red value is 67, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #43abde hue: 0.55 , saturation: 0.70 and the lightness value of 43abde is 0.57.

The process color (four color CMYK) of #43abde color hex is 0.70, 0.23, 0.00, 0.13. Web safe color of #43abde is #3399cc. Color #43abde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10101011 11011110
Octal 103 253 336
Decimal 67 171 222
Hex 43 AB DE

RGB Percentages of Color #43abde

%14.57
%37.17
%48.26

CMYK Percentages of Color #43abde

%70
%23
%0
%13

Triadic Colors of #43abde

#43abde #de43ab #abde43

Analogous Colors of #43abde

#43abde #435ede #43dec4

Monochromatic Colors of #43abde

#43abde

Complementary Color

#43abde #de7643

#43abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#43abde Color CSS Codes

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

#43abde Text Font Color

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

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


#43abde Background Color

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

This div background color is #43abde


#43abde Border Color

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

This div border color is #43abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43abde


Comments

No comments written yet.

Please login to write comment.