Color Hex Logo

#c1dcbe Color Hex

#C1DCBE
(193,220,190)
0 Favorites   0 Comments

Color spaces of #c1dcbe

RGB 193220190
HSL0.320.300.80
HSV114°14°86°
CMYK 0.120.000.14   0.14
XYZ56.879866.241658.5032
Yxy66.24160.31320.3647
Hunter Lab81.3889-17.683414.3540
CIE-Lab85.1195-14.509711.7505

#c1dcbe color RGB value is (193,220,190).

#c1dcbe hex color red value is 193, green value is 220 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c1dcbe hue: 0.32 , saturation: 0.30 and the lightness value of c1dcbe is 0.80.

The process color (four color CMYK) of #c1dcbe color hex is 0.12, 0.00, 0.14, 0.14. Web safe color of #c1dcbe is #cccccc. Color #c1dcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011100 10111110
Octal 301 334 276
Decimal 193 220 190
Hex C1 DC BE

RGB Percentages of Color #c1dcbe

%32.01
%36.48
%31.51

CMYK Percentages of Color #c1dcbe

%12
%0
%14
%14

Triadic Colors of #c1dcbe

#c1dcbe #bec1dc #dcbec1

Analogous Colors of #c1dcbe

#c1dcbe #bedcca #d0dcbe

Monochromatic Colors of #c1dcbe

#c1dcbe

Complementary Color

#c1dcbe #d9bedc

#c1dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dcbe Color CSS Codes

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

#c1dcbe Text Font Color

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

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


#c1dcbe Background Color

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

This div background color is #c1dcbe


#c1dcbe Border Color

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

This div border color is #c1dcbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,220,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1dcbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1dcbe;
  -webkit-box-shadow: 1px 1px 3px 2px #c1dcbe;
  box-shadow:         1px 1px 3px 2px #c1dcbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dcbe


Comments

No comments written yet.

Please login to write comment.