Color Hex Logo

#468ebe Color Hex

#468EBE
(70,142,190)
0 Favorites   0 Comments

Color spaces of #468ebe

RGB 70142190
HSL0.570.480.51
HSV204°63°75°
CMYK 0.630.250.00   0.25
XYZ21.493124.365852.2855
Yxy24.36580.21900.2483
Hunter Lab49.3617-8.6605-28.2486
CIE-Lab56.4522-7.6750-31.6988

#468ebe color RGB value is (70,142,190).

#468ebe hex color red value is 70, green value is 142 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #468ebe hue: 0.57 , saturation: 0.48 and the lightness value of 468ebe is 0.51.

The process color (four color CMYK) of #468ebe color hex is 0.63, 0.25, 0.00, 0.25. Web safe color of #468ebe is #3399cc. Color #468ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001110 10111110
Octal 106 216 276
Decimal 70 142 190
Hex 46 8E BE

RGB Percentages of Color #468ebe

%17.41
%35.32
%47.26

CMYK Percentages of Color #468ebe

%63
%25
%0
%25

Triadic Colors of #468ebe

#468ebe #be468e #8ebe46

Analogous Colors of #468ebe

#468ebe #4652be #46beb2

Monochromatic Colors of #468ebe

#468ebe

Complementary Color

#468ebe #be7646

#468ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#468ebe Color CSS Codes

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

#468ebe Text Font Color

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

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


#468ebe Background Color

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

This div background color is #468ebe


#468ebe Border Color

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

This div border color is #468ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468ebe

#468ebe Color Palettes


Comments

No comments written yet.

Please login to write comment.