Color Hex Logo

#69cefe Color Hex

#69CEFE
(105,206,254)
0 Favorites   0 Comments

Color spaces of #69cefe

RGB 105206254
HSL0.550.990.70
HSV199°59°100°
CMYK 0.590.190.00   0.00
XYZ45.786454.3016101.8340
Yxy54.30160.22680.2689
Hunter Lab73.6896-18.0474-30.3520
CIE-Lab78.6373-15.9644-32.4197

#69cefe color RGB value is (105,206,254).

#69cefe hex color red value is 105, green value is 206 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #69cefe hue: 0.55 , saturation: 0.99 and the lightness value of 69cefe is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001110 11111110
Octal 151 316 376
Decimal 105 206 254
Hex 69 CE FE

RGB Percentages of Color #69cefe

%18.58
%36.46
%44.96

CMYK Percentages of Color #69cefe

%59
%19
%0
%0

Triadic Colors of #69cefe

#69cefe #fe69ce #cefe69

Analogous Colors of #69cefe

#69cefe #6984fe #69fee4

Monochromatic Colors of #69cefe

#69cefe

Complementary Color

#69cefe #fe9969

#69cefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69cefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#69cefe Color CSS Codes

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

#69cefe Text Font Color

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

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


#69cefe Background Color

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

This div background color is #69cefe


#69cefe Border Color

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

This div border color is #69cefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69cefe


Comments

No comments written yet.

Please login to write comment.