Color Hex Logo

#4293af Color Hex

#4293AF
(66,147,175)
0 Favorites   0 Comments

Color spaces of #4293af

RGB 66147175
HSL0.540.450.47
HSV195°62°69°
CMYK 0.620.160.00   0.31
XYZ20.418325.120844.3301
Yxy25.12080.22720.2795
Hunter Lab50.1207-14.9933-17.3556
CIE-Lab57.1929-16.0326-22.0376

#4293af color RGB value is (66,147,175).

#4293af hex color red value is 66, green value is 147 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4293af hue: 0.54 , saturation: 0.45 and the lightness value of 4293af is 0.47.

The process color (four color CMYK) of #4293af color hex is 0.62, 0.16, 0.00, 0.31. Web safe color of #4293af is #339999. Color #4293af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010011 10101111
Octal 102 223 257
Decimal 66 147 175
Hex 42 93 AF

RGB Percentages of Color #4293af

%17.01
%37.89
%45.10

CMYK Percentages of Color #4293af

%62
%16
%0
%31

Triadic Colors of #4293af

#4293af #af4293 #93af42

Analogous Colors of #4293af

#4293af #425daf #42af95

Monochromatic Colors of #4293af

#4293af

Complementary Color

#4293af #af5e42

#4293af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4293af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4293af Color CSS Codes

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

#4293af Text Font Color

<p style="color:#4293af">Text here</p>

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


#4293af Background Color

<div style="background-color:#4293af">
Div content here</div>

This div background color is #4293af


#4293af Border Color

<div style="border:3px solid #4293af">
Div here</div>

This div border color is #4293af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,147,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4293af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4293af;
  -webkit-box-shadow: 1px 1px 3px 2px #4293af;
  box-shadow:         1px 1px 3px 2px #4293af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,147,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4293af


Comments

No comments written yet.

Please login to write comment.