Color Hex Logo

#6ddefd Color Hex

#6DDEFD
(109,222,253)
0 Favorites   0 Comments

Color spaces of #6ddefd

RGB 109222253
HSL0.540.970.71
HSV193°57°99°
CMYK 0.570.120.00   0.01
XYZ50.157662.5856102.3652
Yxy62.58560.23320.2909
Hunter Lab79.1111-25.2727-21.3401
CIE-Lab83.2239-23.6381-24.8513

#6ddefd color RGB value is (109,222,253).

#6ddefd hex color red value is 109, green value is 222 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6ddefd hue: 0.54 , saturation: 0.97 and the lightness value of 6ddefd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011110 11111101
Octal 155 336 375
Decimal 109 222 253
Hex 6D DE FD

RGB Percentages of Color #6ddefd

%18.66
%38.01
%43.32

CMYK Percentages of Color #6ddefd

%57
%12
%0
%1

Triadic Colors of #6ddefd

#6ddefd #fd6dde #defd6d

Analogous Colors of #6ddefd

#6ddefd #6d96fd #6dfdd4

Monochromatic Colors of #6ddefd

#6ddefd

Complementary Color

#6ddefd #fd8c6d

#6ddefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddefd Color CSS Codes

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

#6ddefd Text Font Color

<p style="color:#6ddefd">Text here</p>

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


#6ddefd Background Color

<div style="background-color:#6ddefd">
Div content here</div>

This div background color is #6ddefd


#6ddefd Border Color

<div style="border:3px solid #6ddefd">
Div here</div>

This div border color is #6ddefd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,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 #6ddefd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddefd


Comments

No comments written yet.

Please login to write comment.