Color Hex Logo

#ced684 Color Hex

#CED684
(206,214,132)
0 Favorites   0 Comments

Color spaces of #ced684

RGB 206214132
HSL0.180.500.68
HSV66°38°84°
CMYK 0.040.000.38   0.16
XYZ53.665062.880931.1386
Yxy62.88090.36340.4258
Hunter Lab79.2975-17.969732.2262
CIE-Lab83.3797-15.103039.5764

#ced684 color RGB value is (206,214,132).

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

The process color (four color CMYK) of #ced684 color hex is 0.04, 0.00, 0.38, 0.16. Web safe color of #ced684 is #cccc99. Color #ced684 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010110 10000100
Octal 316 326 204
Decimal 206 214 132
Hex CE D6 84

RGB Percentages of Color #ced684

%37.32
%38.77
%23.91

CMYK Percentages of Color #ced684

%4
%0
%38
%16

Triadic Colors of #ced684

#ced684 #84ced6 #d684ce

Analogous Colors of #ced684

#ced684 #a5d684 #d6b584

Monochromatic Colors of #ced684

#ced684

Complementary Color

#ced684 #8c84d6

#ced684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced684 Color CSS Codes

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

#ced684 Text Font Color

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

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


#ced684 Background Color

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

This div background color is #ced684


#ced684 Border Color

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

This div border color is #ced684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced684

#ced684 Color Palettes


Comments

No comments written yet.

Please login to write comment.