Color Hex Logo

#438ebe Color Hex

#438EBE
(67,142,190)
0 Favorites   0 Comments

Color spaces of #438ebe

RGB 67142190
HSL0.570.490.50
HSV203°65°75°
CMYK 0.650.250.00   0.25
XYZ21.282024.257052.2756
Yxy24.25700.21760.2480
Hunter Lab49.2514-9.0584-28.4546
CIE-Lab56.3442-8.2101-31.8751

#438ebe color RGB value is (67,142,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001110 10111110
Octal 103 216 276
Decimal 67 142 190
Hex 43 8E BE

RGB Percentages of Color #438ebe

%16.79
%35.59
%47.62

CMYK Percentages of Color #438ebe

%65
%25
%0
%25

Triadic Colors of #438ebe

#438ebe #be438e #8ebe43

Analogous Colors of #438ebe

#438ebe #4351be #43beb1

Monochromatic Colors of #438ebe

#438ebe

Complementary Color

#438ebe #be7343

#438ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#438ebe Color CSS Codes

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

#438ebe Text Font Color

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

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


#438ebe Background Color

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

This div background color is #438ebe


#438ebe Border Color

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

This div border color is #438ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438ebe


Comments

No comments written yet.

Please login to write comment.