Color Hex Logo

#696fee Color Hex

#696FEE
(105,111,238)
0 Favorites   0 Comments

Color spaces of #696fee

RGB 105111238
HSL0.660.800.67
HSV237°56°93°
CMYK 0.560.530.00   0.07
XYZ26.942820.545283.4345
Yxy20.54520.20580.1569
Hunter Lab45.326826.7806-77.4082
CIE-Lab52.448133.4167-65.0032

#696fee color RGB value is (105,111,238).

#696fee hex color red value is 105, green value is 111 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #696fee hue: 0.66 , saturation: 0.80 and the lightness value of 696fee is 0.67.

The process color (four color CMYK) of #696fee color hex is 0.56, 0.53, 0.00, 0.07. Web safe color of #696fee is #6666ff. Color #696fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101111 11101110
Octal 151 157 356
Decimal 105 111 238
Hex 69 6F EE

RGB Percentages of Color #696fee

%23.13
%24.45
%52.42

CMYK Percentages of Color #696fee

%56
%53
%0
%7

Triadic Colors of #696fee

#696fee #ee696f #6fee69

Analogous Colors of #696fee

#696fee #a669ee #69b2ee

Monochromatic Colors of #696fee

#696fee

Complementary Color

#696fee #eee869

#696fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#696fee Color CSS Codes

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

#696fee Text Font Color

<p style="color:#696fee">Text here</p>

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


#696fee Background Color

<div style="background-color:#696fee">
Div content here</div>

This div background color is #696fee


#696fee Border Color

<div style="border:3px solid #696fee">
Div here</div>

This div border color is #696fee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,111,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #696fee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #696fee;
  -webkit-box-shadow: 1px 1px 3px 2px #696fee;
  box-shadow:         1px 1px 3px 2px #696fee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696fee


Comments

No comments written yet.

Please login to write comment.