Color Hex Logo

#438bbc Color Hex

#438BBC
(67,139,188)
0 Favorites   0 Comments

Color spaces of #438bbc

RGB 67139188
HSL0.570.470.50
HSV204°64°74°
CMYK 0.640.260.00   0.26
XYZ20.624523.289450.9852
Yxy23.28940.21730.2454
Hunter Lab48.2591-8.1678-28.8579
CIE-Lab55.3692-7.1670-32.2568

#438bbc color RGB value is (67,139,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001011 10111100
Octal 103 213 274
Decimal 67 139 188
Hex 43 8B BC

RGB Percentages of Color #438bbc

%17.01
%35.28
%47.72

CMYK Percentages of Color #438bbc

%64
%26
%0
%26

Triadic Colors of #438bbc

#438bbc #bc438b #8bbc43

Analogous Colors of #438bbc

#438bbc #434fbc #43bcb1

Monochromatic Colors of #438bbc

#438bbc

Complementary Color

#438bbc #bc7443

#438bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#438bbc Color CSS Codes

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

#438bbc Text Font Color

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

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


#438bbc Background Color

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

This div background color is #438bbc


#438bbc Border Color

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

This div border color is #438bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438bbc


Comments

No comments written yet.

Please login to write comment.