Color Hex Logo

#ced74c Color Hex

#CED74C
(206,215,76)
0 Favorites   0 Comments

Color spaces of #ced74c

RGB 20621576
HSL0.180.630.57
HSV64°65°84°
CMYK 0.040.000.65   0.16
XYZ51.058562.244516.1608
Yxy62.24450.39440.4808
Hunter Lab78.8952-22.546943.0817
CIE-Lab83.0433-20.455064.8720

#ced74c color RGB value is (206,215,76).

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

The process color (four color CMYK) of #ced74c color hex is 0.04, 0.00, 0.65, 0.16. Web safe color of #ced74c is #cccc33. Color #ced74c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010111 01001100
Octal 316 327 114
Decimal 206 215 76
Hex CE D7 4C

RGB Percentages of Color #ced74c

%41.45
%43.26
%15.29

CMYK Percentages of Color #ced74c

%4
%0
%65
%16

Triadic Colors of #ced74c

#ced74c #4cced7 #d74cce

Analogous Colors of #ced74c

#ced74c #89d74c #d79b4c

Monochromatic Colors of #ced74c

#ced74c

Complementary Color

#ced74c #554cd7

#ced74c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced74c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced74c Color CSS Codes

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

#ced74c Text Font Color

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

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


#ced74c Background Color

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

This div background color is #ced74c


#ced74c Border Color

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

This div border color is #ced74c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,215,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 #ced74c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced74c


Comments

No comments written yet.

Please login to write comment.