Color Hex Logo

#6cedbc Color Hex

#6CEDBC
(108,237,188)
0 Favorites   0 Comments

Color spaces of #6cedbc

RGB 108237188
HSL0.440.780.68
HSV157°54°93°
CMYK 0.540.000.21   0.07
XYZ45.545667.387458.1835
Yxy67.38740.26620.3938
Hunter Lab82.0898-44.620715.4394
CIE-Lab85.6992-47.092113.0467

#6cedbc color RGB value is (108,237,188).

#6cedbc hex color red value is 108, green value is 237 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6cedbc hue: 0.44 , saturation: 0.78 and the lightness value of 6cedbc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101101 10111100
Octal 154 355 274
Decimal 108 237 188
Hex 6C ED BC

RGB Percentages of Color #6cedbc

%20.26
%44.47
%35.27

CMYK Percentages of Color #6cedbc

%54
%0
%21
%7

Triadic Colors of #6cedbc

#6cedbc #bc6ced #edbc6c

Analogous Colors of #6cedbc

#6cedbc #6cdeed #6ced7c

Monochromatic Colors of #6cedbc

#6cedbc

Complementary Color

#6cedbc #ed6c9d

#6cedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cedbc Color CSS Codes

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

#6cedbc Text Font Color

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

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


#6cedbc Background Color

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

This div background color is #6cedbc


#6cedbc Border Color

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

This div border color is #6cedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cedbc


Comments

No comments written yet.

Please login to write comment.