Color Hex Logo

#469edf Color Hex

#469EDF
(70,158,223)
0 Favorites   0 Comments

Color spaces of #469edf

RGB 70158223
HSL0.570.710.57
HSV205°69°87°
CMYK 0.690.290.00   0.13
XYZ28.071931.083574.3322
Yxy31.08350.21030.2329
Hunter Lab55.7526-7.6907-40.0217
CIE-Lab62.5781-5.7213-40.6245

#469edf color RGB value is (70,158,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011110 11011111
Octal 106 236 337
Decimal 70 158 223
Hex 46 9E DF

RGB Percentages of Color #469edf

%15.52
%35.03
%49.45

CMYK Percentages of Color #469edf

%69
%29
%0
%13

Triadic Colors of #469edf

#469edf #df469e #9edf46

Analogous Colors of #469edf

#469edf #4651df #46dfd4

Monochromatic Colors of #469edf

#469edf

Complementary Color

#469edf #df8746

#469edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#469edf Color CSS Codes

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

#469edf Text Font Color

<p style="color:#469edf">Text here</p>

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


#469edf Background Color

<div style="background-color:#469edf">
Div content here</div>

This div background color is #469edf


#469edf Border Color

<div style="border:3px solid #469edf">
Div here</div>

This div border color is #469edf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,158,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 #469edf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469edf


Comments

No comments written yet.

Please login to write comment.