Color Hex Logo

#43bedc Color Hex

#43BEDC
(67,190,220)
0 Favorites   0 Comments

Color spaces of #43bedc

RGB 67190220
HSL0.530.690.56
HSV192°70°86°
CMYK 0.700.140.00   0.14
XYZ33.646543.187574.2728
Yxy43.18750.22270.2858
Hunter Lab65.7172-23.6150-21.0068
CIE-Lab71.6820-24.2381-24.8810

#43bedc color RGB value is (67,190,220).

#43bedc hex color red value is 67, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #43bedc hue: 0.53 , saturation: 0.69 and the lightness value of 43bedc is 0.56.

The process color (four color CMYK) of #43bedc color hex is 0.70, 0.14, 0.00, 0.14. Web safe color of #43bedc is #33cccc. Color #43bedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10111110 11011100
Octal 103 276 334
Decimal 67 190 220
Hex 43 BE DC

RGB Percentages of Color #43bedc

%14.05
%39.83
%46.12

CMYK Percentages of Color #43bedc

%70
%14
%0
%14

Triadic Colors of #43bedc

#43bedc #dc43be #bedc43

Analogous Colors of #43bedc

#43bedc #4372dc #43dcae

Monochromatic Colors of #43bedc

#43bedc

Complementary Color

#43bedc #dc6143

#43bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#43bedc Color CSS Codes

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

#43bedc Text Font Color

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

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


#43bedc Background Color

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

This div background color is #43bedc


#43bedc Border Color

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

This div border color is #43bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43bedc


Comments

No comments written yet.

Please login to write comment.