Color Hex Logo

#ced74d Color Hex

#CED74D
(206,215,77)
0 Favorites   0 Comments

Color spaces of #ced74d

RGB 20621577
HSL0.180.630.57
HSV64°64°84°
CMYK 0.040.000.64   0.16
XYZ51.093662.258516.3454
Yxy62.25850.39390.4800
Hunter Lab78.9041-22.496142.9506
CIE-Lab83.0507-20.393864.4831

#ced74d color RGB value is (206,215,77).

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

The process color (four color CMYK) of #ced74d color hex is 0.04, 0.00, 0.64, 0.16. Web safe color of #ced74d is #cccc66. Color #ced74d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010111 01001101
Octal 316 327 115
Decimal 206 215 77
Hex CE D7 4D

RGB Percentages of Color #ced74d

%41.37
%43.17
%15.46

CMYK Percentages of Color #ced74d

%4
%0
%64
%16

Triadic Colors of #ced74d

#ced74d #4dced7 #d74dce

Analogous Colors of #ced74d

#ced74d #89d74d #d79b4d

Monochromatic Colors of #ced74d

#ced74d

Complementary Color

#ced74d #564dd7

#ced74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced74d Color CSS Codes

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

#ced74d Text Font Color

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

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


#ced74d Background Color

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

This div background color is #ced74d


#ced74d Border Color

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

This div border color is #ced74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced74d


Comments

No comments written yet.

Please login to write comment.