Color Hex Logo

#69defd Color Hex

#69DEFD
(105,222,253)
0 Favorites   0 Comments

Color spaces of #69defd

RGB 105222253
HSL0.530.970.70
HSV193°58°99°
CMYK 0.580.120.00   0.01
XYZ49.676662.3377102.3426
Yxy62.33770.23170.2908
Hunter Lab78.9542-25.8609-21.5853
CIE-Lab83.0927-24.3684-25.0630

#69defd color RGB value is (105,222,253).

#69defd hex color red value is 105, green value is 222 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #69defd hue: 0.53 , saturation: 0.97 and the lightness value of 69defd is 0.70.

The process color (four color CMYK) of #69defd color hex is 0.58, 0.12, 0.00, 0.01. Web safe color of #69defd is #66ccff. Color #69defd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011110 11111101
Octal 151 336 375
Decimal 105 222 253
Hex 69 DE FD

RGB Percentages of Color #69defd

%18.10
%38.28
%43.62

CMYK Percentages of Color #69defd

%58
%12
%0
%1

Triadic Colors of #69defd

#69defd #fd69de #defd69

Analogous Colors of #69defd

#69defd #6994fd #69fdd2

Monochromatic Colors of #69defd

#69defd

Complementary Color

#69defd #fd8869

#69defd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69defd Color Preview on White Background

Lorem ipsum dolor sit amet.

#69defd Color CSS Codes

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

#69defd Text Font Color

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

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


#69defd Background Color

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

This div background color is #69defd


#69defd Border Color

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

This div border color is #69defd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69defd


Comments

No comments written yet.

Please login to write comment.