Color Hex Logo

#468ced Color Hex

#468CED
(70,140,237)
0 Favorites   0 Comments

Color spaces of #468ced

RGB 70140237
HSL0.600.820.60
HSV215°70°93°
CMYK 0.700.410.00   0.07
XYZ27.189926.172783.7395
Yxy26.17270.19830.1909
Hunter Lab51.15935.3397-61.2367
CIE-Lab58.20069.6225-55.3078

#468ced color RGB value is (70,140,237).

#468ced hex color red value is 70, green value is 140 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #468ced hue: 0.60 , saturation: 0.82 and the lightness value of 468ced is 0.60.

The process color (four color CMYK) of #468ced color hex is 0.70, 0.41, 0.00, 0.07. Web safe color of #468ced is #3399ff. Color #468ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001100 11101101
Octal 106 214 355
Decimal 70 140 237
Hex 46 8C ED

RGB Percentages of Color #468ced

%15.66
%31.32
%53.02

CMYK Percentages of Color #468ced

%70
%41
%0
%7

Triadic Colors of #468ced

#468ced #ed468c #8ced46

Analogous Colors of #468ced

#468ced #5346ed #46e0ed

Monochromatic Colors of #468ced

#468ced

Complementary Color

#468ced #eda746

#468ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#468ced Color CSS Codes

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

#468ced Text Font Color

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

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


#468ced Background Color

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

This div background color is #468ced


#468ced Border Color

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

This div border color is #468ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468ced


Comments

No comments written yet.

Please login to write comment.