Color Hex Logo

#69bfeb Color Hex

#69BFEB
(105,191,235)
0 Favorites   0 Comments

Color spaces of #69bfeb

RGB 105191235
HSL0.560.760.67
HSV200°55°92°
CMYK 0.550.190.00   0.08
XYZ39.451946.263085.4476
Yxy46.26300.23050.2703
Hunter Lab68.0169-15.4941-26.8724
CIE-Lab73.7159-13.7312-29.7949

#69bfeb color RGB value is (105,191,235).

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

The process color (four color CMYK) of #69bfeb color hex is 0.55, 0.19, 0.00, 0.08. Web safe color of #69bfeb is #66ccff. Color #69bfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111111 11101011
Octal 151 277 353
Decimal 105 191 235
Hex 69 BF EB

RGB Percentages of Color #69bfeb

%19.77
%35.97
%44.26

CMYK Percentages of Color #69bfeb

%55
%19
%0
%8

Triadic Colors of #69bfeb

#69bfeb #eb69bf #bfeb69

Analogous Colors of #69bfeb

#69bfeb #697eeb #69ebd6

Monochromatic Colors of #69bfeb

#69bfeb

Complementary Color

#69bfeb #eb9569

#69bfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69bfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69bfeb Color CSS Codes

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

#69bfeb Text Font Color

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

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


#69bfeb Background Color

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

This div background color is #69bfeb


#69bfeb Border Color

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

This div border color is #69bfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69bfeb


Comments

No comments written yet.

Please login to write comment.