Color Hex Logo

#6bdcea Color Hex

#6BDCEA
(107,220,234)
0 Favorites   0 Comments

Color spaces of #6bdcea

RGB 107220234
HSL0.520.750.67
HSV187°54°92°
CMYK 0.540.060.00   0.08
XYZ46.507960.252787.0206
Yxy60.25270.24000.3109
Hunter Lab77.6226-28.8906-12.1326
CIE-Lab81.9754-28.3046-16.6796

#6bdcea color RGB value is (107,220,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011100 11101010
Octal 153 334 352
Decimal 107 220 234
Hex 6B DC EA

RGB Percentages of Color #6bdcea

%19.07
%39.22
%41.71

CMYK Percentages of Color #6bdcea

%54
%6
%0
%8

Triadic Colors of #6bdcea

#6bdcea #ea6bdc #dcea6b

Analogous Colors of #6bdcea

#6bdcea #6b9dea #6beab9

Monochromatic Colors of #6bdcea

#6bdcea

Complementary Color

#6bdcea #ea796b

#6bdcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdcea Color CSS Codes

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

#6bdcea Text Font Color

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

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


#6bdcea Background Color

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

This div background color is #6bdcea


#6bdcea Border Color

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

This div border color is #6bdcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdcea


Comments

No comments written yet.

Please login to write comment.