Color Hex Logo

#439edc Color Hex

#439EDC
(67,158,220)
0 Favorites   0 Comments

Color spaces of #439edc

RGB 67158220
HSL0.570.690.56
HSV204°70°86°
CMYK 0.700.280.00   0.14
XYZ27.459930.814372.2106
Yxy30.81430.21040.2362
Hunter Lab55.5106-8.8435-38.2695
CIE-Lab62.3506-7.1783-39.3251

#439edc color RGB value is (67,158,220).

#439edc hex color red value is 67, green value is 158 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #439edc hue: 0.57 , saturation: 0.69 and the lightness value of 439edc is 0.56.

The process color (four color CMYK) of #439edc color hex is 0.70, 0.28, 0.00, 0.14. Web safe color of #439edc is #3399cc. Color #439edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10011110 11011100
Octal 103 236 334
Decimal 67 158 220
Hex 43 9E DC

RGB Percentages of Color #439edc

%15.06
%35.51
%49.44

CMYK Percentages of Color #439edc

%70
%28
%0
%14

Triadic Colors of #439edc

#439edc #dc439e #9edc43

Analogous Colors of #439edc

#439edc #4352dc #43dcce

Monochromatic Colors of #439edc

#439edc

Complementary Color

#439edc #dc8143

#439edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#439edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#439edc Color CSS Codes

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

#439edc Text Font Color

<p style="color:#439edc">Text here</p>

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


#439edc Background Color

<div style="background-color:#439edc">
Div content here</div>

This div background color is #439edc


#439edc Border Color

<div style="border:3px solid #439edc">
Div here</div>

This div border color is #439edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,158,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #439edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #439edc;
  -webkit-box-shadow: 1px 1px 3px 2px #439edc;
  box-shadow:         1px 1px 3px 2px #439edc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #439edc


Comments

No comments written yet.

Please login to write comment.