Color Hex Logo

#6cebd3 Color Hex

#6CEBD3
(108,235,211)
0 Favorites   0 Comments

Color spaces of #6cebd3

RGB 108235211
HSL0.470.760.67
HSV169°54°92°
CMYK 0.540.000.10   0.08
XYZ47.650567.308072.1083
Yxy67.30800.25470.3598
Hunter Lab82.0415-39.89795.3175
CIE-Lab85.6592-40.98290.9447

#6cebd3 color RGB value is (108,235,211).

#6cebd3 hex color red value is 108, green value is 235 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #6cebd3 hue: 0.47 , saturation: 0.76 and the lightness value of 6cebd3 is 0.67.

The process color (four color CMYK) of #6cebd3 color hex is 0.54, 0.00, 0.10, 0.08. Web safe color of #6cebd3 is #66ffcc. Color #6cebd3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101011 11010011
Octal 154 353 323
Decimal 108 235 211
Hex 6C EB D3

RGB Percentages of Color #6cebd3

%19.49
%42.42
%38.09

CMYK Percentages of Color #6cebd3

%54
%0
%10
%8

Triadic Colors of #6cebd3

#6cebd3 #d36ceb #ebd36c

Analogous Colors of #6cebd3

#6cebd3 #6cc4eb #6ceb94

Monochromatic Colors of #6cebd3

#6cebd3

Complementary Color

#6cebd3 #eb6c84

#6cebd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cebd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cebd3 Color CSS Codes

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

#6cebd3 Text Font Color

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

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


#6cebd3 Background Color

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

This div background color is #6cebd3


#6cebd3 Border Color

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

This div border color is #6cebd3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,235,211, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6cebd3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6cebd3;
  -webkit-box-shadow: 1px 1px 3px 2px #6cebd3;
  box-shadow:         1px 1px 3px 2px #6cebd3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,235,211, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cebd3


Comments

No comments written yet.

Please login to write comment.