Color Hex Logo

#43abe6 Color Hex

#43ABE6
(67,171,230)
0 Favorites   0 Comments

Color spaces of #43abe6

RGB 67171230
HSL0.560.770.58
HSV202°71°90°
CMYK 0.710.260.00   0.10
XYZ31.160636.032380.1755
Yxy36.03230.21140.2445
Hunter Lab60.0269-12.3859-37.1724
CIE-Lab66.5446-11.0286-38.2843

#43abe6 color RGB value is (67,171,230).

#43abe6 hex color red value is 67, green value is 171 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #43abe6 hue: 0.56 , saturation: 0.77 and the lightness value of 43abe6 is 0.58.

The process color (four color CMYK) of #43abe6 color hex is 0.71, 0.26, 0.00, 0.10. Web safe color of #43abe6 is #3399ff. Color #43abe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10101011 11100110
Octal 103 253 346
Decimal 67 171 230
Hex 43 AB E6

RGB Percentages of Color #43abe6

%14.32
%36.54
%49.15

CMYK Percentages of Color #43abe6

%71
%26
%0
%10

Triadic Colors of #43abe6

#43abe6 #e643ab #abe643

Analogous Colors of #43abe6

#43abe6 #435ae6 #43e6d0

Monochromatic Colors of #43abe6

#43abe6

Complementary Color

#43abe6 #e67e43

#43abe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43abe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#43abe6 Color CSS Codes

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

#43abe6 Text Font Color

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

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


#43abe6 Background Color

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

This div background color is #43abe6


#43abe6 Border Color

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

This div border color is #43abe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43abe6


Comments

No comments written yet.

Please login to write comment.