Color Hex Logo

#699ded Color Hex

#699DED
(105,157,237)
0 Favorites   0 Comments

Color spaces of #699ded

RGB 105157237
HSL0.600.790.67
HSV216°56°93°
CMYK 0.560.340.00   0.07
XYZ33.168733.231684.7869
Yxy33.23160.21940.2198
Hunter Lab57.64691.8229-46.8508
CIE-Lab64.34805.6919-45.4697

#699ded color RGB value is (105,157,237).

#699ded hex color red value is 105, green value is 157 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #699ded hue: 0.60 , saturation: 0.79 and the lightness value of 699ded is 0.67.

The process color (four color CMYK) of #699ded color hex is 0.56, 0.34, 0.00, 0.07. Web safe color of #699ded is #6699ff. Color #699ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011101 11101101
Octal 151 235 355
Decimal 105 157 237
Hex 69 9D ED

RGB Percentages of Color #699ded

%21.04
%31.46
%47.49

CMYK Percentages of Color #699ded

%56
%34
%0
%7

Triadic Colors of #699ded

#699ded #ed699d #9ded69

Analogous Colors of #699ded

#699ded #7769ed #69dfed

Monochromatic Colors of #699ded

#699ded

Complementary Color

#699ded #edb969

#699ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#699ded Color CSS Codes

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

#699ded Text Font Color

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

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


#699ded Background Color

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

This div background color is #699ded


#699ded Border Color

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

This div border color is #699ded


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,157,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 #699ded">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699ded


Comments

No comments written yet.

Please login to write comment.