Color Hex Logo

#43bedd Color Hex

#43BEDD
(67,190,221)
0 Favorites   0 Comments

Color spaces of #43bedd

RGB 67190221
HSL0.530.690.56
HSV192°70°87°
CMYK 0.700.140.00   0.13
XYZ33.779343.240774.9725
Yxy43.24070.22220.2845
Hunter Lab65.7577-23.3816-21.5681
CIE-Lab71.7180-23.9285-25.3701

#43bedd color RGB value is (67,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10111110 11011101
Octal 103 276 335
Decimal 67 190 221
Hex 43 BE DD

RGB Percentages of Color #43bedd

%14.02
%39.75
%46.23

CMYK Percentages of Color #43bedd

%70
%14
%0
%13

Triadic Colors of #43bedd

#43bedd #dd43be #bedd43

Analogous Colors of #43bedd

#43bedd #4371dd #43ddaf

Monochromatic Colors of #43bedd

#43bedd

Complementary Color

#43bedd #dd6243

#43bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#43bedd Color CSS Codes

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

#43bedd Text Font Color

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

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


#43bedd Background Color

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

This div background color is #43bedd


#43bedd Border Color

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

This div border color is #43bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43bedd


Comments

No comments written yet.

Please login to write comment.