Color Hex Logo

#698cdc Color Hex

#698CDC
(105,140,220)
0 Favorites   0 Comments

Color spaces of #698cdc

RGB 105140220
HSL0.620.620.64
HSV222°52°86°
CMYK 0.520.360.00   0.14
XYZ28.122026.926771.4253
Yxy26.92670.22240.2129
Hunter Lab51.89095.9279-45.2861
CIE-Lab58.906410.3027-44.6287

#698cdc color RGB value is (105,140,220).

#698cdc hex color red value is 105, green value is 140 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #698cdc hue: 0.62 , saturation: 0.62 and the lightness value of 698cdc is 0.64.

The process color (four color CMYK) of #698cdc color hex is 0.52, 0.36, 0.00, 0.14. Web safe color of #698cdc is #6699cc. Color #698cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10001100 11011100
Octal 151 214 334
Decimal 105 140 220
Hex 69 8C DC

RGB Percentages of Color #698cdc

%22.58
%30.11
%47.31

CMYK Percentages of Color #698cdc

%52
%36
%0
%14

Triadic Colors of #698cdc

#698cdc #dc698c #8cdc69

Analogous Colors of #698cdc

#698cdc #8069dc #69c6dc

Monochromatic Colors of #698cdc

#698cdc

Complementary Color

#698cdc #dcb969

#698cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#698cdc Color CSS Codes

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

#698cdc Text Font Color

<p style="color:#698cdc">Text here</p>

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


#698cdc Background Color

<div style="background-color:#698cdc">
Div content here</div>

This div background color is #698cdc


#698cdc Border Color

<div style="border:3px solid #698cdc">
Div here</div>

This div border color is #698cdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,140,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #698cdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #698cdc;
  -webkit-box-shadow: 1px 1px 3px 2px #698cdc;
  box-shadow:         1px 1px 3px 2px #698cdc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698cdc


Comments

No comments written yet.

Please login to write comment.