Color Hex Logo

#438bce Color Hex

#438BCE
(67,139,206)
0 Favorites   0 Comments

Color spaces of #438bce

RGB 67139206
HSL0.580.590.54
HSV209°67°81°
CMYK 0.670.330.00   0.19
XYZ22.687924.114861.8514
Yxy24.11480.20880.2219
Hunter Lab49.1068-3.4679-40.3026
CIE-Lab56.2026-1.0559-41.1508

#438bce color RGB value is (67,139,206).

#438bce hex color red value is 67, green value is 139 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #438bce hue: 0.58 , saturation: 0.59 and the lightness value of 438bce is 0.54.

The process color (four color CMYK) of #438bce color hex is 0.67, 0.33, 0.00, 0.19. Web safe color of #438bce is #3399cc. Color #438bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001011 11001110
Octal 103 213 316
Decimal 67 139 206
Hex 43 8B CE

RGB Percentages of Color #438bce

%16.26
%33.74
%50.00

CMYK Percentages of Color #438bce

%67
%33
%0
%19

Triadic Colors of #438bce

#438bce #ce438b #8bce43

Analogous Colors of #438bce

#438bce #4345ce #43cecc

Monochromatic Colors of #438bce

#438bce

Complementary Color

#438bce #ce8643

#438bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#438bce Color CSS Codes

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

#438bce Text Font Color

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

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


#438bce Background Color

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

This div background color is #438bce


#438bce Border Color

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

This div border color is #438bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438bce


Comments

No comments written yet.

Please login to write comment.