Color Hex Logo

#43bdea Color Hex

#43BDEA
(67,189,234)
0 Favorites   0 Comments

Color spaces of #43bdea

RGB 67189234
HSL0.540.800.59
HSV196°71°92°
CMYK 0.710.190.00   0.08
XYZ35.363643.529084.3800
Yxy43.52900.21660.2666
Hunter Lab65.9765-19.7824-29.6448
CIE-Lab71.9126-19.3144-32.1326

#43bdea color RGB value is (67,189,234).

#43bdea hex color red value is 67, green value is 189 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #43bdea hue: 0.54 , saturation: 0.80 and the lightness value of 43bdea is 0.59.

The process color (four color CMYK) of #43bdea color hex is 0.71, 0.19, 0.00, 0.08. Web safe color of #43bdea is #33ccff. Color #43bdea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10111101 11101010
Octal 103 275 352
Decimal 67 189 234
Hex 43 BD EA

RGB Percentages of Color #43bdea

%13.67
%38.57
%47.76

CMYK Percentages of Color #43bdea

%71
%19
%0
%8

Triadic Colors of #43bdea

#43bdea #ea43bd #bdea43

Analogous Colors of #43bdea

#43bdea #436aea #43eac4

Monochromatic Colors of #43bdea

#43bdea

Complementary Color

#43bdea #ea7043

#43bdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43bdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#43bdea Color CSS Codes

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

#43bdea Text Font Color

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

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


#43bdea Background Color

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

This div background color is #43bdea


#43bdea Border Color

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

This div border color is #43bdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43bdea


Comments

No comments written yet.

Please login to write comment.