Color Hex Logo

#438fbe Color Hex

#438FBE
(67,143,190)
0 Favorites   0 Comments

Color spaces of #438fbe

RGB 67143190
HSL0.560.490.50
HSV203°65°75°
CMYK 0.650.250.00   0.25
XYZ21.431524.555952.3254
Yxy24.55590.21800.2498
Hunter Lab49.5539-9.5201-27.9183
CIE-Lab56.6401-8.7764-31.4146

#438fbe color RGB value is (67,143,190).

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

The process color (four color CMYK) of #438fbe color hex is 0.65, 0.25, 0.00, 0.25. Web safe color of #438fbe is #3399cc. Color #438fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001111 10111110
Octal 103 217 276
Decimal 67 143 190
Hex 43 8F BE

RGB Percentages of Color #438fbe

%16.75
%35.75
%47.50

CMYK Percentages of Color #438fbe

%65
%25
%0
%25

Triadic Colors of #438fbe

#438fbe #be438f #8fbe43

Analogous Colors of #438fbe

#438fbe #4352be #43beb0

Monochromatic Colors of #438fbe

#438fbe

Complementary Color

#438fbe #be7243

#438fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#438fbe Color CSS Codes

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

#438fbe Text Font Color

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

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


#438fbe Background Color

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

This div background color is #438fbe


#438fbe Border Color

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

This div border color is #438fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438fbe


Comments

No comments written yet.

Please login to write comment.