Color Hex Logo

#6bdded Color Hex

#6BDDED
(107,221,237)
0 Favorites   0 Comments

Color spaces of #6bdded

RGB 107221237
HSL0.520.780.67
HSV187°55°93°
CMYK 0.550.070.00   0.07
XYZ47.205960.953189.3979
Yxy60.95310.23890.3085
Hunter Lab78.0725-28.6982-13.2401
CIE-Lab82.3535-27.9734-17.7025

#6bdded color RGB value is (107,221,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011101 11101101
Octal 153 335 355
Decimal 107 221 237
Hex 6B DD ED

RGB Percentages of Color #6bdded

%18.94
%39.12
%41.95

CMYK Percentages of Color #6bdded

%55
%7
%0
%7

Triadic Colors of #6bdded

#6bdded #ed6bdd #dded6b

Analogous Colors of #6bdded

#6bdded #6b9ced #6bedbc

Monochromatic Colors of #6bdded

#6bdded

Complementary Color

#6bdded #ed7b6b

#6bdded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdded Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdded Color CSS Codes

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

#6bdded Text Font Color

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

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


#6bdded Background Color

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

This div background color is #6bdded


#6bdded Border Color

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

This div border color is #6bdded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdded


Comments

No comments written yet.

Please login to write comment.