Color Hex Logo

#438ebc Color Hex

#438EBC
(67,142,188)
0 Favorites   0 Comments

Color spaces of #438ebc

RGB 67142188
HSL0.560.470.50
HSV203°64°74°
CMYK 0.640.240.00   0.26
XYZ21.064824.170151.1320
Yxy24.17010.21860.2508
Hunter Lab49.1631-9.5539-27.2503
CIE-Lab56.2577-8.8737-30.8738

#438ebc color RGB value is (67,142,188).

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

The process color (four color CMYK) of #438ebc color hex is 0.64, 0.24, 0.00, 0.26. Web safe color of #438ebc is #3399cc. Color #438ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001110 10111100
Octal 103 216 274
Decimal 67 142 188
Hex 43 8E BC

RGB Percentages of Color #438ebc

%16.88
%35.77
%47.36

CMYK Percentages of Color #438ebc

%64
%24
%0
%26

Triadic Colors of #438ebc

#438ebc #bc438e #8ebc43

Analogous Colors of #438ebc

#438ebc #4351bc #43bcae

Monochromatic Colors of #438ebc

#438ebc

Complementary Color

#438ebc #bc7143

#438ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#438ebc Color CSS Codes

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

#438ebc Text Font Color

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

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


#438ebc Background Color

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

This div background color is #438ebc


#438ebc Border Color

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

This div border color is #438ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438ebc


Comments

No comments written yet.

Please login to write comment.