Color Hex Logo

#438ccc Color Hex

#438CCC
(67,140,204)
0 Favorites   0 Comments

Color spaces of #438ccc

RGB 67140204
HSL0.580.570.53
HSV208°67°80°
CMYK 0.670.310.00   0.20
XYZ22.591924.309160.6281
Yxy24.30910.21010.2261
Hunter Lab49.3043-4.4913-38.3943
CIE-Lab56.3960-2.3276-39.7181

#438ccc color RGB value is (67,140,204).

#438ccc hex color red value is 67, green value is 140 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #438ccc hue: 0.58 , saturation: 0.57 and the lightness value of 438ccc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001100 11001100
Octal 103 214 314
Decimal 67 140 204
Hex 43 8C CC

RGB Percentages of Color #438ccc

%16.30
%34.06
%49.64

CMYK Percentages of Color #438ccc

%67
%31
%0
%20

Triadic Colors of #438ccc

#438ccc #cc438c #8ccc43

Analogous Colors of #438ccc

#438ccc #4348cc #43ccc8

Monochromatic Colors of #438ccc

#438ccc

Complementary Color

#438ccc #cc8343

#438ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#438ccc Color CSS Codes

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

#438ccc Text Font Color

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

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


#438ccc Background Color

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

This div background color is #438ccc


#438ccc Border Color

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

This div border color is #438ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438ccc


Comments

No comments written yet.

Please login to write comment.