Color Hex Logo

#69dbeb Color Hex

#69DBEB
(105,219,235)
0 Favorites   0 Comments

Color spaces of #69dbeb

RGB 105219235
HSL0.520.760.67
HSV187°55°92°
CMYK 0.550.070.00   0.08
XYZ46.152659.664587.6812
Yxy59.66450.23850.3083
Hunter Lab77.2428-28.5211-13.2323
CIE-Lab81.6555-27.9318-17.6995

#69dbeb color RGB value is (105,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011011 11101011
Octal 151 333 353
Decimal 105 219 235
Hex 69 DB EB

RGB Percentages of Color #69dbeb

%18.78
%39.18
%42.04

CMYK Percentages of Color #69dbeb

%55
%7
%0
%8

Triadic Colors of #69dbeb

#69dbeb #eb69db #dbeb69

Analogous Colors of #69dbeb

#69dbeb #699aeb #69ebba

Monochromatic Colors of #69dbeb

#69dbeb

Complementary Color

#69dbeb #eb7969

#69dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69dbeb Color CSS Codes

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

#69dbeb Text Font Color

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

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


#69dbeb Background Color

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

This div background color is #69dbeb


#69dbeb Border Color

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

This div border color is #69dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69dbeb


Comments

No comments written yet.

Please login to write comment.