color codes Logo

#ced76c color codes

#CED76C
(206,215,108)
0 Favorites   0 Comments

Color spaces of #ced76c

RGB 206215108
HSL0.180.570.63
HSV65°50°84°
CMYK 0.040.000.50   0.16
XYZ52.460862.805423.5450
Yxy62.80540.37790.4525
Hunter Lab79.2499-20.526137.8599
CIE-Lab83.3399-18.046051.2310

#ced76c color RGB value is (206,215,108).

#ced76c hex color red value is 206, green value is 215 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ced76c hue: 0.18 , saturation: 0.57 and the lightness value of ced76c is 0.63.

The process color (four color CMYK) of #ced76c color code is 0.04, 0.00, 0.50, 0.16. Web safe color of #ced76c is #cccc66. Color #ced76c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010111 01101100
Octal 316 327 154
Decimal 206 215 108
Hex CE D7 6C

RGB Percentages of Color #ced76c

%38.94
%40.64
%20.42

CMYK Percentages of Color #ced76c

%4
%0
%50
%16

Triadic Colors of #ced76c

#ced76c #6cced7 #d76cce

Analogous Colors of #ced76c

#ced76c #99d76c #d7ab6c

Monochromatic Colors of #ced76c

#ced76c

Complementary Color

#ced76c #756cd7

#ced76c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced76c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced76c Color CSS Codes

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

#ced76c Text Font Color

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

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


#ced76c Background Color

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

This div background color is #ced76c


#ced76c Border Color

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

This div border color is #ced76c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced76c


Comments

No comments written yet.

Please login to write comment.