Color Hex Logo

#c3ebcd Color Hex

#C3EBCD
(195,235,205)
0 Favorites   0 Comments

Color spaces of #c3ebcd

RGB 195235205
HSL0.380.500.84
HSV135°17°92°
CMYK 0.170.000.13   0.08
XYZ63.233575.426568.9836
Yxy75.42650.30450.3632
Hunter Lab86.8484-22.020613.6999
CIE-Lab89.5924-18.651010.2814

#c3ebcd color RGB value is (195,235,205).

#c3ebcd hex color red value is 195, green value is 235 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c3ebcd hue: 0.38 , saturation: 0.50 and the lightness value of c3ebcd is 0.84.

The process color (four color CMYK) of #c3ebcd color hex is 0.17, 0.00, 0.13, 0.08. Web safe color of #c3ebcd is #ccffcc. Color #c3ebcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101011 11001101
Octal 303 353 315
Decimal 195 235 205
Hex C3 EB CD

RGB Percentages of Color #c3ebcd

%30.71
%37.01
%32.28

CMYK Percentages of Color #c3ebcd

%17
%0
%13
%8

Triadic Colors of #c3ebcd

#c3ebcd #cdc3eb #ebcdc3

Analogous Colors of #c3ebcd

#c3ebcd #c3ebe1 #cdebc3

Monochromatic Colors of #c3ebcd

#c3ebcd

Complementary Color

#c3ebcd #ebc3e1

#c3ebcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3ebcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3ebcd Color CSS Codes

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

#c3ebcd Text Font Color

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

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


#c3ebcd Background Color

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

This div background color is #c3ebcd


#c3ebcd Border Color

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

This div border color is #c3ebcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,235,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3ebcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3ebcd;
  -webkit-box-shadow: 1px 1px 3px 2px #c3ebcd;
  box-shadow:         1px 1px 3px 2px #c3ebcd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3ebcd


Comments

No comments written yet.

Please login to write comment.