Color Hex Logo

#4384ae Color Hex

#4384AE
(67,132,174)
0 Favorites   0 Comments

Color spaces of #4384ae

RGB 67132174
HSL0.570.440.47
HSV204°61°68°
CMYK 0.610.240.00   0.32
XYZ18.206020.751843.0903
Yxy20.75180.22190.2529
Hunter Lab45.5541-8.3811-24.1953
CIE-Lab52.6768-7.7975-28.4291

#4384ae color RGB value is (67,132,174).

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

The process color (four color CMYK) of #4384ae color hex is 0.61, 0.24, 0.00, 0.32. Web safe color of #4384ae is #339999. Color #4384ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000100 10101110
Octal 103 204 256
Decimal 67 132 174
Hex 43 84 AE

RGB Percentages of Color #4384ae

%17.96
%35.39
%46.65

CMYK Percentages of Color #4384ae

%61
%24
%0
%32

Triadic Colors of #4384ae

#4384ae #ae4384 #84ae43

Analogous Colors of #4384ae

#4384ae #434eae #43aea3

Monochromatic Colors of #4384ae

#4384ae

Complementary Color

#4384ae #ae6d43

#4384ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4384ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4384ae Color CSS Codes

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

#4384ae Text Font Color

<p style="color:#4384ae">Text here</p>

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


#4384ae Background Color

<div style="background-color:#4384ae">
Div content here</div>

This div background color is #4384ae


#4384ae Border Color

<div style="border:3px solid #4384ae">
Div here</div>

This div border color is #4384ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,132,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 #4384ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4384ae


Comments

No comments written yet.

Please login to write comment.