Color Hex Logo

#6bdfca Color Hex

#6BDFCA
(107,223,202)
0 Favorites   0 Comments

Color spaces of #6bdfca

RGB 107223202
HSL0.470.640.65
HSV169°52°87°
CMYK 0.520.000.09   0.13
XYZ43.111860.165465.2180
Yxy60.16540.25590.3571
Hunter Lab77.5664-36.52994.4453
CIE-Lab81.9280-37.93430.2511

#6bdfca color RGB value is (107,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011111 11001010
Octal 153 337 312
Decimal 107 223 202
Hex 6B DF CA

RGB Percentages of Color #6bdfca

%20.11
%41.92
%37.97

CMYK Percentages of Color #6bdfca

%52
%0
%9
%13

Triadic Colors of #6bdfca

#6bdfca #ca6bdf #dfca6b

Analogous Colors of #6bdfca

#6bdfca #6bbadf #6bdf90

Monochromatic Colors of #6bdfca

#6bdfca

Complementary Color

#6bdfca #df6b80

#6bdfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdfca Color CSS Codes

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

#6bdfca Text Font Color

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

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


#6bdfca Background Color

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

This div background color is #6bdfca


#6bdfca Border Color

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

This div border color is #6bdfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdfca


Comments

No comments written yet.

Please login to write comment.