Color Hex Logo

#43aedb Color Hex

#43AEDB
(67,174,219)
0 Favorites   0 Comments

Color spaces of #43aedb

RGB 67174219
HSL0.550.680.56
HSV198°69°86°
CMYK 0.690.210.00   0.14
XYZ30.237036.579972.4848
Yxy36.57990.21710.2626
Hunter Lab60.4813-16.6031-28.7201
CIE-Lab66.9607-16.2624-31.5971

#43aedb color RGB value is (67,174,219).

#43aedb hex color red value is 67, green value is 174 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #43aedb hue: 0.55 , saturation: 0.68 and the lightness value of 43aedb is 0.56.

The process color (four color CMYK) of #43aedb color hex is 0.69, 0.21, 0.00, 0.14. Web safe color of #43aedb is #3399cc. Color #43aedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10101110 11011011
Octal 103 256 333
Decimal 67 174 219
Hex 43 AE DB

RGB Percentages of Color #43aedb

%14.57
%37.83
%47.61

CMYK Percentages of Color #43aedb

%69
%21
%0
%14

Triadic Colors of #43aedb

#43aedb #db43ae #aedb43

Analogous Colors of #43aedb

#43aedb #4362db #43dbbc

Monochromatic Colors of #43aedb

#43aedb

Complementary Color

#43aedb #db7043

#43aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#43aedb Color CSS Codes

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

#43aedb Text Font Color

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

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


#43aedb Background Color

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

This div background color is #43aedb


#43aedb Border Color

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

This div border color is #43aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43aedb


Comments

No comments written yet.

Please login to write comment.