Color Hex Logo

#468bdf Color Hex

#468BDF
(70,139,223)
0 Favorites   0 Comments

Color spaces of #468bdf

RGB 70139223
HSL0.590.710.57
HSV213°69°87°
CMYK 0.690.380.00   0.13
XYZ25.077725.095073.3341
Yxy25.09500.20300.2032
Hunter Lab50.09491.6917-51.7284
CIE-Lab57.16795.3120-49.1606

#468bdf color RGB value is (70,139,223).

#468bdf hex color red value is 70, green value is 139 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #468bdf hue: 0.59 , saturation: 0.71 and the lightness value of 468bdf is 0.57.

The process color (four color CMYK) of #468bdf color hex is 0.69, 0.38, 0.00, 0.13. Web safe color of #468bdf is #3399cc. Color #468bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001011 11011111
Octal 106 213 337
Decimal 70 139 223
Hex 46 8B DF

RGB Percentages of Color #468bdf

%16.20
%32.18
%51.62

CMYK Percentages of Color #468bdf

%69
%38
%0
%13

Triadic Colors of #468bdf

#468bdf #df468b #8bdf46

Analogous Colors of #468bdf

#468bdf #4e46df #46d8df

Monochromatic Colors of #468bdf

#468bdf

Complementary Color

#468bdf #df9a46

#468bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#468bdf Color CSS Codes

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

#468bdf Text Font Color

<p style="color:#468bdf">Text here</p>

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


#468bdf Background Color

<div style="background-color:#468bdf">
Div content here</div>

This div background color is #468bdf


#468bdf Border Color

<div style="border:3px solid #468bdf">
Div here</div>

This div border color is #468bdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,139,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #468bdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #468bdf;
  -webkit-box-shadow: 1px 1px 3px 2px #468bdf;
  box-shadow:         1px 1px 3px 2px #468bdf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468bdf


Comments

No comments written yet.

Please login to write comment.