Color Hex Logo

#69bcea Color Hex

#69BCEA
(105,188,234)
0 Favorites   0 Comments

Color spaces of #69bcea

RGB 105188234
HSL0.560.750.66
HSV201°55°92°
CMYK 0.550.200.00   0.08
XYZ38.660244.910284.4728
Yxy44.91020.23010.2673
Hunter Lab67.0151-14.3018-27.8248
CIE-Lab72.8327-12.4363-30.6134

#69bcea color RGB value is (105,188,234).

#69bcea hex color red value is 105, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #69bcea hue: 0.56 , saturation: 0.75 and the lightness value of 69bcea is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111100 11101010
Octal 151 274 352
Decimal 105 188 234
Hex 69 BC EA

RGB Percentages of Color #69bcea

%19.92
%35.67
%44.40

CMYK Percentages of Color #69bcea

%55
%20
%0
%8

Triadic Colors of #69bcea

#69bcea #ea69bc #bcea69

Analogous Colors of #69bcea

#69bcea #697cea #69ead8

Monochromatic Colors of #69bcea

#69bcea

Complementary Color

#69bcea #ea9769

#69bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#69bcea Color CSS Codes

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

#69bcea Text Font Color

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

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


#69bcea Background Color

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

This div background color is #69bcea


#69bcea Border Color

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

This div border color is #69bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69bcea

#69bcea Color Palettes


Comments

No comments written yet.

Please login to write comment.