Color Hex Logo

#69afeb Color Hex

#69AFEB
(105,175,235)
0 Favorites   0 Comments

Color spaces of #69afeb

RGB 105175235
HSL0.580.760.67
HSV208°55°92°
CMYK 0.550.260.00   0.08
XYZ36.151139.661484.3473
Yxy39.66140.22570.2476
Hunter Lab62.9773-7.7452-35.3247
CIE-Lab69.2277-5.0918-36.7379

#69afeb color RGB value is (105,175,235).

#69afeb hex color red value is 105, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #69afeb hue: 0.58 , saturation: 0.76 and the lightness value of 69afeb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101111 11101011
Octal 151 257 353
Decimal 105 175 235
Hex 69 AF EB

RGB Percentages of Color #69afeb

%20.39
%33.98
%45.63

CMYK Percentages of Color #69afeb

%55
%26
%0
%8

Triadic Colors of #69afeb

#69afeb #eb69af #afeb69

Analogous Colors of #69afeb

#69afeb #696eeb #69ebe6

Monochromatic Colors of #69afeb

#69afeb

Complementary Color

#69afeb #eba569

#69afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69afeb Color CSS Codes

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

#69afeb Text Font Color

<p style="color:#69afeb">Text here</p>

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


#69afeb Background Color

<div style="background-color:#69afeb">
Div content here</div>

This div background color is #69afeb


#69afeb Border Color

<div style="border:3px solid #69afeb">
Div here</div>

This div border color is #69afeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,175,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69afeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69afeb;
  -webkit-box-shadow: 1px 1px 3px 2px #69afeb;
  box-shadow:         1px 1px 3px 2px #69afeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69afeb


Comments

No comments written yet.

Please login to write comment.