Color Hex Logo

#6bddec Color Hex

#6BDDEC
(107,221,236)
0 Favorites   0 Comments

Color spaces of #6bddec

RGB 107221236
HSL0.520.770.67
HSV187°55°93°
CMYK 0.550.060.00   0.07
XYZ47.060260.894888.6304
Yxy60.89480.23940.3098
Hunter Lab78.0351-28.9145-12.7156
CIE-Lab82.3222-28.2460-17.2191

#6bddec color RGB value is (107,221,236).

#6bddec hex color red value is 107, green value is 221 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6bddec hue: 0.52 , saturation: 0.77 and the lightness value of 6bddec is 0.67.

The process color (four color CMYK) of #6bddec color hex is 0.55, 0.06, 0.00, 0.07. Web safe color of #6bddec is #66ccff. Color #6bddec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011101 11101100
Octal 153 335 354
Decimal 107 221 236
Hex 6B DD EC

RGB Percentages of Color #6bddec

%18.97
%39.18
%41.84

CMYK Percentages of Color #6bddec

%55
%6
%0
%7

Triadic Colors of #6bddec

#6bddec #ec6bdd #ddec6b

Analogous Colors of #6bddec

#6bddec #6b9dec #6becbb

Monochromatic Colors of #6bddec

#6bddec

Complementary Color

#6bddec #ec7a6b

#6bddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bddec Color CSS Codes

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

#6bddec Text Font Color

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

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


#6bddec Background Color

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

This div background color is #6bddec


#6bddec Border Color

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

This div border color is #6bddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bddec


Comments

No comments written yet.

Please login to write comment.