Color Hex Logo

#cedb4c Color Hex

#CEDB4C
(206,219,76)
0 Favorites   0 Comments

Color spaces of #cedb4c

RGB 20621976
HSL0.180.670.58
HSV65°65°86°
CMYK 0.060.000.65   0.14
XYZ52.089664.306716.5045
Yxy64.30670.39190.4839
Hunter Lab80.1915-24.387643.9313
CIE-Lab84.1252-22.400665.9920

#cedb4c color RGB value is (206,219,76).

#cedb4c hex color red value is 206, green value is 219 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #cedb4c hue: 0.18 , saturation: 0.67 and the lightness value of cedb4c is 0.58.

The process color (four color CMYK) of #cedb4c color hex is 0.06, 0.00, 0.65, 0.14. Web safe color of #cedb4c is #cccc33. Color #cedb4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 01001100
Octal 316 333 114
Decimal 206 219 76
Hex CE DB 4C

RGB Percentages of Color #cedb4c

%41.12
%43.71
%15.17

CMYK Percentages of Color #cedb4c

%6
%0
%65
%14

Triadic Colors of #cedb4c

#cedb4c #4ccedb #db4cce

Analogous Colors of #cedb4c

#cedb4c #87db4c #dba14c

Monochromatic Colors of #cedb4c

#cedb4c

Complementary Color

#cedb4c #594cdb

#cedb4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedb4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedb4c Color CSS Codes

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

#cedb4c Text Font Color

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

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


#cedb4c Background Color

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

This div background color is #cedb4c


#cedb4c Border Color

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

This div border color is #cedb4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedb4c


Comments

No comments written yet.

Please login to write comment.