Color Hex Logo

#69eafd Color Hex

#69EAFD
(105,234,253)
0 Favorites   0 Comments

Color spaces of #69eafd

RGB 105234253
HSL0.520.970.70
HSV188°58°99°
CMYK 0.580.080.00   0.01
XYZ52.978168.9407103.4432
Yxy68.94070.23510.3059
Hunter Lab83.0305-31.4105-15.7448
CIE-Lab86.4747-30.2143-19.9318

#69eafd color RGB value is (105,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101010 11111101
Octal 151 352 375
Decimal 105 234 253
Hex 69 EA FD

RGB Percentages of Color #69eafd

%17.74
%39.53
%42.74

CMYK Percentages of Color #69eafd

%58
%8
%0
%1

Triadic Colors of #69eafd

#69eafd #fd69ea #eafd69

Analogous Colors of #69eafd

#69eafd #69a0fd #69fdc6

Monochromatic Colors of #69eafd

#69eafd

Complementary Color

#69eafd #fd7c69

#69eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#69eafd Color CSS Codes

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

#69eafd Text Font Color

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

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


#69eafd Background Color

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

This div background color is #69eafd


#69eafd Border Color

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

This div border color is #69eafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69eafd


Comments

No comments written yet.

Please login to write comment.