Color Hex Logo

#69ebff Color Hex

#69EBFF
(105,235,255)
0 Favorites   0 Comments

Color spaces of #69ebff

RGB 105235255
HSL0.521.000.71
HSV188°59°100°
CMYK 0.590.080.00   0.00
XYZ53.584069.6399105.2254
Yxy69.63990.23460.3048
Hunter Lab83.4505-31.4227-16.3453
CIE-Lab86.8199-30.1398-20.4592

#69ebff color RGB value is (105,235,255).

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

The process color (four color CMYK) of #69ebff color hex is 0.59, 0.08, 0.00, 0.00. Web safe color of #69ebff is #66ffff. Color #69ebff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101011 11111111
Octal 151 353 377
Decimal 105 235 255
Hex 69 EB FF

RGB Percentages of Color #69ebff

%17.65
%39.50
%42.86

CMYK Percentages of Color #69ebff

%59
%8
%0
%0

Triadic Colors of #69ebff

#69ebff #ff69eb #ebff69

Analogous Colors of #69ebff

#69ebff #69a0ff #69ffc8

Monochromatic Colors of #69ebff

#69ebff

Complementary Color

#69ebff #ff7d69

#69ebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ebff Color CSS Codes

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

#69ebff Text Font Color

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

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


#69ebff Background Color

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

This div background color is #69ebff


#69ebff Border Color

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

This div border color is #69ebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ebff


Comments

No comments written yet.

Please login to write comment.