Color Hex Logo

#6bddfe Color Hex

#6BDDFE
(107,221,254)
0 Favorites   0 Comments

Color spaces of #6bddfe

RGB 107221254
HSL0.540.990.71
HSV193°58°100°
CMYK 0.580.130.00   0.00
XYZ49.809261.9945103.1068
Yxy61.99450.23180.2885
Hunter Lab78.7366-24.8689-22.5256
CIE-Lab82.9105-23.2251-25.8636

#6bddfe color RGB value is (107,221,254).

#6bddfe hex color red value is 107, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6bddfe hue: 0.54 , saturation: 0.99 and the lightness value of 6bddfe is 0.71.

The process color (four color CMYK) of #6bddfe color hex is 0.58, 0.13, 0.00, 0.00. Web safe color of #6bddfe is #66ccff. Color #6bddfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011101 11111110
Octal 153 335 376
Decimal 107 221 254
Hex 6B DD FE

RGB Percentages of Color #6bddfe

%18.38
%37.97
%43.64

CMYK Percentages of Color #6bddfe

%58
%13
%0
%0

Triadic Colors of #6bddfe

#6bddfe #fe6bdd #ddfe6b

Analogous Colors of #6bddfe

#6bddfe #6b94fe #6bfed6

Monochromatic Colors of #6bddfe

#6bddfe

Complementary Color

#6bddfe #fe8c6b

#6bddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bddfe Color CSS Codes

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

#6bddfe Text Font Color

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

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


#6bddfe Background Color

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

This div background color is #6bddfe


#6bddfe Border Color

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

This div border color is #6bddfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,221,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bddfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bddfe;
  -webkit-box-shadow: 1px 1px 3px 2px #6bddfe;
  box-shadow:         1px 1px 3px 2px #6bddfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,221,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bddfe


Comments

No comments written yet.

Please login to write comment.