Color Hex Logo

#43bbef Color Hex

#43BBEF
(67,187,239)
0 Favorites   0 Comments

Color spaces of #43bbef

RGB 67187239
HSL0.550.840.60
HSV198°72°94°
CMYK 0.720.220.00   0.06
XYZ35.665142.965988.0749
Yxy42.96590.21390.2577
Hunter Lab65.5484-17.5872-33.7819
CIE-Lab71.5318-16.6542-35.4322

#43bbef color RGB value is (67,187,239).

#43bbef hex color red value is 67, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #43bbef hue: 0.55 , saturation: 0.84 and the lightness value of 43bbef is 0.60.

The process color (four color CMYK) of #43bbef color hex is 0.72, 0.22, 0.00, 0.06. Web safe color of #43bbef is #33ccff. Color #43bbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10111011 11101111
Octal 103 273 357
Decimal 67 187 239
Hex 43 BB EF

RGB Percentages of Color #43bbef

%13.59
%37.93
%48.48

CMYK Percentages of Color #43bbef

%72
%22
%0
%6

Triadic Colors of #43bbef

#43bbef #ef43bb #bbef43

Analogous Colors of #43bbef

#43bbef #4365ef #43efcd

Monochromatic Colors of #43bbef

#43bbef

Complementary Color

#43bbef #ef7743

#43bbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43bbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#43bbef Color CSS Codes

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

#43bbef Text Font Color

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

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


#43bbef Background Color

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

This div background color is #43bbef


#43bbef Border Color

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

This div border color is #43bbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43bbef


Comments

No comments written yet.

Please login to write comment.