Color Hex Logo

#ced289 Color Hex

#CED289
(206,210,137)
0 Favorites   0 Comments

Color spaces of #ced289

RGB 206210137
HSL0.180.450.68
HSV63°35°82°
CMYK 0.020.000.35   0.18
XYZ53.015561.021132.6510
Yxy61.02110.36140.4160
Hunter Lab78.1160-15.559229.8991
CIE-Lab82.3901-12.511535.7705

#ced289 color RGB value is (206,210,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010010 10001001
Octal 316 322 211
Decimal 206 210 137
Hex CE D2 89

RGB Percentages of Color #ced289

%37.25
%37.97
%24.77

CMYK Percentages of Color #ced289

%2
%0
%35
%18

Triadic Colors of #ced289

#ced289 #89ced2 #d289ce

Analogous Colors of #ced289

#ced289 #aad289 #d2b289

Monochromatic Colors of #ced289

#ced289

Complementary Color

#ced289 #8d89d2

#ced289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced289 Color CSS Codes

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

#ced289 Text Font Color

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

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


#ced289 Background Color

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

This div background color is #ced289


#ced289 Border Color

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

This div border color is #ced289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced289


Comments

No comments written yet.

Please login to write comment.