Color Hex Logo

#cecd61 Color Hex

#CECD61
(206,205,97)
0 Favorites   0 Comments

Color spaces of #cecd61

RGB 20620597
HSL0.170.530.59
HSV59°53°81°
CMYK 0.000.000.53   0.19
XYZ49.442657.647519.8304
Yxy57.64750.38960.4542
Hunter Lab75.9260-16.632137.6628
CIE-Lab80.5424-14.009353.0853

#cecd61 color RGB value is (206,205,97).

#cecd61 hex color red value is 206, green value is 205 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #cecd61 hue: 0.17 , saturation: 0.53 and the lightness value of cecd61 is 0.59.

The process color (four color CMYK) of #cecd61 color hex is 0.00, 0.00, 0.53, 0.19. Web safe color of #cecd61 is #cccc66. Color #cecd61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001101 01100001
Octal 316 315 141
Decimal 206 205 97
Hex CE CD 61

RGB Percentages of Color #cecd61

%40.55
%40.35
%19.09

CMYK Percentages of Color #cecd61

%0
%0
%53
%19

Triadic Colors of #cecd61

#cecd61 #61cecd #cd61ce

Analogous Colors of #cecd61

#cecd61 #99ce61 #ce9761

Monochromatic Colors of #cecd61

#cecd61

Complementary Color

#cecd61 #6162ce

#cecd61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecd61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecd61 Color CSS Codes

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

#cecd61 Text Font Color

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

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


#cecd61 Background Color

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

This div background color is #cecd61


#cecd61 Border Color

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

This div border color is #cecd61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecd61


Comments

No comments written yet.

Please login to write comment.