Color Hex Logo

#ced293 Color Hex

#CED293
(206,210,147)
0 Favorites   0 Comments

Color spaces of #ced293

RGB 206210147
HSL0.180.410.70
HSV64°30°82°
CMYK 0.020.000.30   0.18
XYZ53.766761.321636.6062
Yxy61.32160.35440.4042
Hunter Lab78.3081-14.480327.0998
CIE-Lab82.5513-11.271730.8478

#ced293 color RGB value is (206,210,147).

#ced293 hex color red value is 206, green value is 210 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ced293 hue: 0.18 , saturation: 0.41 and the lightness value of ced293 is 0.70.

The process color (four color CMYK) of #ced293 color hex is 0.02, 0.00, 0.30, 0.18. Web safe color of #ced293 is #cccc99. Color #ced293 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010010 10010011
Octal 316 322 223
Decimal 206 210 147
Hex CE D2 93

RGB Percentages of Color #ced293

%36.59
%37.30
%26.11

CMYK Percentages of Color #ced293

%2
%0
%30
%18

Triadic Colors of #ced293

#ced293 #93ced2 #d293ce

Analogous Colors of #ced293

#ced293 #afd293 #d2b793

Monochromatic Colors of #ced293

#ced293

Complementary Color

#ced293 #9793d2

#ced293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced293 Color CSS Codes

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

#ced293 Text Font Color

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

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


#ced293 Background Color

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

This div background color is #ced293


#ced293 Border Color

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

This div border color is #ced293


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,210,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ced293; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ced293;
  -webkit-box-shadow: 1px 1px 3px 2px #ced293;
  box-shadow:         1px 1px 3px 2px #ced293; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,210,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced293


Comments

No comments written yet.

Please login to write comment.