Color Hex Logo

#4395cf Color Hex

#4395CF
(67,149,207)
0 Favorites   0 Comments

Color spaces of #4395cf

RGB 67149207
HSL0.570.590.54
HSV205°68°81°
CMYK 0.680.280.00   0.19
XYZ24.324727.193262.9982
Yxy27.19320.21240.2375
Hunter Lab52.1471-7.9938-35.1245
CIE-Lab59.1527-6.4859-37.0817

#4395cf color RGB value is (67,149,207).

#4395cf hex color red value is 67, green value is 149 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4395cf hue: 0.57 , saturation: 0.59 and the lightness value of 4395cf is 0.54.

The process color (four color CMYK) of #4395cf color hex is 0.68, 0.28, 0.00, 0.19. Web safe color of #4395cf is #3399cc. Color #4395cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10010101 11001111
Octal 103 225 317
Decimal 67 149 207
Hex 43 95 CF

RGB Percentages of Color #4395cf

%15.84
%35.22
%48.94

CMYK Percentages of Color #4395cf

%68
%28
%0
%19

Triadic Colors of #4395cf

#4395cf #cf4395 #95cf43

Analogous Colors of #4395cf

#4395cf #434fcf #43cfc3

Monochromatic Colors of #4395cf

#4395cf

Complementary Color

#4395cf #cf7d43

#4395cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4395cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4395cf Color CSS Codes

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

#4395cf Text Font Color

<p style="color:#4395cf">Text here</p>

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


#4395cf Background Color

<div style="background-color:#4395cf">
Div content here</div>

This div background color is #4395cf


#4395cf Border Color

<div style="border:3px solid #4395cf">
Div here</div>

This div border color is #4395cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,149,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4395cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4395cf;
  -webkit-box-shadow: 1px 1px 3px 2px #4395cf;
  box-shadow:         1px 1px 3px 2px #4395cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4395cf


Comments

No comments written yet.

Please login to write comment.