Color Hex Logo

#438aae Color Hex

#438AAE
(67,138,174)
0 Favorites   0 Comments

Color spaces of #438aae

RGB 67138174
HSL0.560.440.47
HSV200°61°68°
CMYK 0.610.210.00   0.32
XYZ19.043222.426243.3694
Yxy22.42620.22450.2643
Hunter Lab47.3563-11.0941-21.1490
CIE-Lab54.4763-11.2023-25.6428

#438aae color RGB value is (67,138,174).

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

The process color (four color CMYK) of #438aae color hex is 0.61, 0.21, 0.00, 0.32. Web safe color of #438aae is #339999. Color #438aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001010 10101110
Octal 103 212 256
Decimal 67 138 174
Hex 43 8A AE

RGB Percentages of Color #438aae

%17.68
%36.41
%45.91

CMYK Percentages of Color #438aae

%61
%21
%0
%32

Triadic Colors of #438aae

#438aae #ae438a #8aae43

Analogous Colors of #438aae

#438aae #4354ae #43ae9d

Monochromatic Colors of #438aae

#438aae

Complementary Color

#438aae #ae6743

#438aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#438aae Color CSS Codes

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

#438aae Text Font Color

<p style="color:#438aae">Text here</p>

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


#438aae Background Color

<div style="background-color:#438aae">
Div content here</div>

This div background color is #438aae


#438aae Border Color

<div style="border:3px solid #438aae">
Div here</div>

This div border color is #438aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438aae


Comments

No comments written yet.

Please login to write comment.