Color Hex Logo

#69eefb Color Hex

#69EEFB
(105,238,251)
0 Favorites   0 Comments

Color spaces of #69eefb

RGB 105238251
HSL0.510.950.70
HSV185°58°98°
CMYK 0.580.050.00   0.02
XYZ53.812871.1174102.1576
Yxy71.11740.23700.3132
Hunter Lab84.3311-33.6763-12.7913
CIE-Lab87.5420-32.6651-17.2737

#69eefb color RGB value is (105,238,251).

#69eefb hex color red value is 105, green value is 238 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #69eefb hue: 0.51 , saturation: 0.95 and the lightness value of 69eefb is 0.70.

The process color (four color CMYK) of #69eefb color hex is 0.58, 0.05, 0.00, 0.02. Web safe color of #69eefb is #66ffff. Color #69eefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101110 11111011
Octal 151 356 373
Decimal 105 238 251
Hex 69 EE FB

RGB Percentages of Color #69eefb

%17.68
%40.07
%42.26

CMYK Percentages of Color #69eefb

%58
%5
%0
%2

Triadic Colors of #69eefb

#69eefb #fb69ee #eefb69

Analogous Colors of #69eefb

#69eefb #69a5fb #69fbbf

Monochromatic Colors of #69eefb

#69eefb

Complementary Color

#69eefb #fb7669

#69eefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69eefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69eefb Color CSS Codes

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

#69eefb Text Font Color

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

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


#69eefb Background Color

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

This div background color is #69eefb


#69eefb Border Color

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

This div border color is #69eefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69eefb

Related Colors


Comments

No comments written yet.

Please login to write comment.