Color Hex Logo

#6bdade Color Hex

#6BDADE
(107,218,222)
0 Favorites   0 Comments

Color spaces of #6bdade

RGB 107218222
HSL0.510.640.65
HSV182°52°87°
CMYK 0.520.020.00   0.13
XYZ44.319658.542578.0712
Yxy58.54250.24490.3236
Hunter Lab76.5131-30.5031-6.9382
CIE-Lab81.0395-30.5498-11.6990

#6bdade color RGB value is (107,218,222).

#6bdade hex color red value is 107, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6bdade hue: 0.51 , saturation: 0.64 and the lightness value of 6bdade is 0.65.

The process color (four color CMYK) of #6bdade color hex is 0.52, 0.02, 0.00, 0.13. Web safe color of #6bdade is #66cccc. Color #6bdade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011010 11011110
Octal 153 332 336
Decimal 107 218 222
Hex 6B DA DE

RGB Percentages of Color #6bdade

%19.56
%39.85
%40.59

CMYK Percentages of Color #6bdade

%52
%2
%0
%13

Triadic Colors of #6bdade

#6bdade #de6bda #dade6b

Analogous Colors of #6bdade

#6bdade #6ba1de #6bdea9

Monochromatic Colors of #6bdade

#6bdade

Complementary Color

#6bdade #de6f6b

#6bdade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdade Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdade Color CSS Codes

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

#6bdade Text Font Color

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

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


#6bdade Background Color

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

This div background color is #6bdade


#6bdade Border Color

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

This div border color is #6bdade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdade


Comments

No comments written yet.

Please login to write comment.