Color Hex Logo

#69defc Color Hex

#69DEFC
(105,222,252)
0 Favorites   0 Comments

Color spaces of #69defc

RGB 105222252
HSL0.530.960.70
HSV192°58°99°
CMYK 0.580.120.00   0.01
XYZ49.517762.2741101.5057
Yxy62.27410.23220.2920
Hunter Lab78.9139-26.0925-21.0240
CIE-Lab83.0590-24.6530-24.5857

#69defc color RGB value is (105,222,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011110 11111100
Octal 151 336 374
Decimal 105 222 252
Hex 69 DE FC

RGB Percentages of Color #69defc

%18.13
%38.34
%43.52

CMYK Percentages of Color #69defc

%58
%12
%0
%1

Triadic Colors of #69defc

#69defc #fc69de #defc69

Analogous Colors of #69defc

#69defc #6995fc #69fcd1

Monochromatic Colors of #69defc

#69defc

Complementary Color

#69defc #fc8769

#69defc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69defc Color Preview on White Background

Lorem ipsum dolor sit amet.

#69defc Color CSS Codes

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

#69defc Text Font Color

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

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


#69defc Background Color

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

This div background color is #69defc


#69defc Border Color

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

This div border color is #69defc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69defc


Comments

No comments written yet.

Please login to write comment.