Color Hex Logo

#cedc67 Color Hex

#CEDC67
(206,220,103)
0 Favorites   0 Comments

Color spaces of #cedc67

RGB 206220103
HSL0.190.630.63
HSV67°53°86°
CMYK 0.060.000.53   0.14
XYZ53.495065.287522.6142
Yxy65.28750.37830.4617
Hunter Lab80.8007-23.223339.9666
CIE-Lab84.6317-20.936455.0614

#cedc67 color RGB value is (206,220,103).

#cedc67 hex color red value is 206, green value is 220 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #cedc67 hue: 0.19 , saturation: 0.63 and the lightness value of cedc67 is 0.63.

The process color (four color CMYK) of #cedc67 color hex is 0.06, 0.00, 0.53, 0.14. Web safe color of #cedc67 is #cccc66. Color #cedc67 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 01100111
Octal 316 334 147
Decimal 206 220 103
Hex CE DC 67

RGB Percentages of Color #cedc67

%38.94
%41.59
%19.47

CMYK Percentages of Color #cedc67

%6
%0
%53
%14

Triadic Colors of #cedc67

#cedc67 #67cedc #dc67ce

Analogous Colors of #cedc67

#cedc67 #94dc67 #dcb067

Monochromatic Colors of #cedc67

#cedc67

Complementary Color

#cedc67 #7567dc

#cedc67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedc67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedc67 Color CSS Codes

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

#cedc67 Text Font Color

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

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


#cedc67 Background Color

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

This div background color is #cedc67


#cedc67 Border Color

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

This div border color is #cedc67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedc67


Comments

No comments written yet.

Please login to write comment.