Color Hex Logo

#69cdeb Color Hex

#69CDEB
(105,205,235)
0 Favorites   0 Comments

Color spaces of #69cdeb

RGB 105205235
HSL0.540.760.67
HSV194°55°92°
CMYK 0.550.130.00   0.08
XYZ42.652452.664186.5144
Yxy52.66410.23460.2896
Hunter Lab72.5700-22.0858-19.8836
CIE-Lab77.6763-20.9772-23.7312

#69cdeb color RGB value is (105,205,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001101 11101011
Octal 151 315 353
Decimal 105 205 235
Hex 69 CD EB

RGB Percentages of Color #69cdeb

%19.27
%37.61
%43.12

CMYK Percentages of Color #69cdeb

%55
%13
%0
%8

Triadic Colors of #69cdeb

#69cdeb #eb69cd #cdeb69

Analogous Colors of #69cdeb

#69cdeb #698ceb #69ebc8

Monochromatic Colors of #69cdeb

#69cdeb

Complementary Color

#69cdeb #eb8769

#69cdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69cdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69cdeb Color CSS Codes

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

#69cdeb Text Font Color

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

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


#69cdeb Background Color

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

This div background color is #69cdeb


#69cdeb Border Color

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

This div border color is #69cdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69cdeb


Comments

No comments written yet.

Please login to write comment.