Color Hex Logo

#699cea Color Hex

#699CEA
(105,156,234)
0 Favorites   0 Comments

Color spaces of #699cea

RGB 105156234
HSL0.600.750.66
HSV216°55°92°
CMYK 0.550.330.00   0.08
XYZ32.565432.720782.4412
Yxy32.72070.22040.2215
Hunter Lab57.20201.5175-45.4091
CIE-Lab63.93415.3285-44.4706

#699cea color RGB value is (105,156,234).

#699cea hex color red value is 105, green value is 156 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #699cea hue: 0.60 , saturation: 0.75 and the lightness value of 699cea is 0.66.

The process color (four color CMYK) of #699cea color hex is 0.55, 0.33, 0.00, 0.08. Web safe color of #699cea is #6699ff. Color #699cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011100 11101010
Octal 151 234 352
Decimal 105 156 234
Hex 69 9C EA

RGB Percentages of Color #699cea

%21.21
%31.52
%47.27

CMYK Percentages of Color #699cea

%55
%33
%0
%8

Triadic Colors of #699cea

#699cea #ea699c #9cea69

Analogous Colors of #699cea

#699cea #7769ea #69ddea

Monochromatic Colors of #699cea

#699cea

Complementary Color

#699cea #eab769

#699cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#699cea Color CSS Codes

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

#699cea Text Font Color

<p style="color:#699cea">Text here</p>

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


#699cea Background Color

<div style="background-color:#699cea">
Div content here</div>

This div background color is #699cea


#699cea Border Color

<div style="border:3px solid #699cea">
Div here</div>

This div border color is #699cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,156,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #699cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #699cea;
  -webkit-box-shadow: 1px 1px 3px 2px #699cea;
  box-shadow:         1px 1px 3px 2px #699cea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699cea


Comments

No comments written yet.

Please login to write comment.