Color Hex Logo

#69cdff Color Hex

#69CDFF
(105,205,255)
0 Favorites   0 Comments

Color spaces of #69cdff

RGB 105205255
HSL0.561.000.71
HSV200°59°100°
CMYK 0.590.200.00   0.00
XYZ45.707053.8859102.5997
Yxy53.88590.22610.2665
Hunter Lab73.4070-17.3190-31.4837
CIE-Lab78.3952-15.1475-33.3261

#69cdff color RGB value is (105,205,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001101 11111111
Octal 151 315 377
Decimal 105 205 255
Hex 69 CD FF

RGB Percentages of Color #69cdff

%18.58
%36.28
%45.13

CMYK Percentages of Color #69cdff

%59
%20
%0
%0

Triadic Colors of #69cdff

#69cdff #ff69cd #cdff69

Analogous Colors of #69cdff

#69cdff #6982ff #69ffe6

Monochromatic Colors of #69cdff

#69cdff

Complementary Color

#69cdff #ff9b69

#69cdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69cdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#69cdff Color CSS Codes

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

#69cdff Text Font Color

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

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


#69cdff Background Color

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

This div background color is #69cdff


#69cdff Border Color

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

This div border color is #69cdff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,205,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 #69cdff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69cdff

Related Colors


Comments

No comments written yet.

Please login to write comment.