Color Hex Logo

#438eae Color Hex

#438EAE
(67,142,174)
0 Favorites   0 Comments

Color spaces of #438eae

RGB 67142174
HSL0.550.440.47
HSV198°61°68°
CMYK 0.610.180.00   0.32
XYZ19.627723.595343.5643
Yxy23.59530.22620.2719
Hunter Lab48.5750-12.8797-19.1715
CIE-Lab55.6803-13.4286-23.7871

#438eae color RGB value is (67,142,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001110 10101110
Octal 103 216 256
Decimal 67 142 174
Hex 43 8E AE

RGB Percentages of Color #438eae

%17.49
%37.08
%45.43

CMYK Percentages of Color #438eae

%61
%18
%0
%32

Triadic Colors of #438eae

#438eae #ae438e #8eae43

Analogous Colors of #438eae

#438eae #4359ae #43ae99

Monochromatic Colors of #438eae

#438eae

Complementary Color

#438eae #ae6343

#438eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#438eae Color CSS Codes

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

#438eae Text Font Color

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

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


#438eae Background Color

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

This div background color is #438eae


#438eae Border Color

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

This div border color is #438eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438eae


Comments

No comments written yet.

Please login to write comment.