Color Hex Logo

#439bae Color Hex

#439BAE
(67,155,174)
0 Favorites   0 Comments

Color spaces of #439bae

RGB 67155174
HSL0.530.440.47
HSV191°61°68°
CMYK 0.610.110.00   0.32
XYZ21.676127.692044.2470
Yxy27.69200.23150.2958
Hunter Lab52.6232-18.5644-13.0164
CIE-Lab59.6095-20.4218-17.7785

#439bae color RGB value is (67,155,174).

#439bae hex color red value is 67, green value is 155 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #439bae hue: 0.53 , saturation: 0.44 and the lightness value of 439bae is 0.47.

The process color (four color CMYK) of #439bae color hex is 0.61, 0.11, 0.00, 0.32. Web safe color of #439bae is #339999. Color #439bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10011011 10101110
Octal 103 233 256
Decimal 67 155 174
Hex 43 9B AE

RGB Percentages of Color #439bae

%16.92
%39.14
%43.94

CMYK Percentages of Color #439bae

%61
%11
%0
%32

Triadic Colors of #439bae

#439bae #ae439b #9bae43

Analogous Colors of #439bae

#439bae #4366ae #43ae8c

Monochromatic Colors of #439bae

#439bae

Complementary Color

#439bae #ae5643

#439bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#439bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#439bae Color CSS Codes

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

#439bae Text Font Color

<p style="color:#439bae">Text here</p>

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


#439bae Background Color

<div style="background-color:#439bae">
Div content here</div>

This div background color is #439bae


#439bae Border Color

<div style="border:3px solid #439bae">
Div here</div>

This div border color is #439bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #439bae


Comments

No comments written yet.

Please login to write comment.