Color Hex Logo

#69ddeb Color Hex

#69DDEB
(105,221,235)
0 Favorites   0 Comments

Color spaces of #69ddeb

RGB 105221235
HSL0.520.760.67
HSV186°55°92°
CMYK 0.550.060.00   0.08
XYZ46.677560.714387.8561
Yxy60.71430.23910.3110
Hunter Lab77.9194-29.4287-12.3074
CIE-Lab82.2249-28.9020-16.8414

#69ddeb color RGB value is (105,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011101 11101011
Octal 151 335 353
Decimal 105 221 235
Hex 69 DD EB

RGB Percentages of Color #69ddeb

%18.72
%39.39
%41.89

CMYK Percentages of Color #69ddeb

%55
%6
%0
%8

Triadic Colors of #69ddeb

#69ddeb #eb69dd #ddeb69

Analogous Colors of #69ddeb

#69ddeb #699ceb #69ebb8

Monochromatic Colors of #69ddeb

#69ddeb

Complementary Color

#69ddeb #eb7769

#69ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ddeb Color CSS Codes

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

#69ddeb Text Font Color

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

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


#69ddeb Background Color

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

This div background color is #69ddeb


#69ddeb Border Color

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

This div border color is #69ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ddeb


Comments

No comments written yet.

Please login to write comment.