Color Hex Logo

#cede61 Color Hex

#CEDE61
(206,222,97)
0 Favorites   0 Comments

Color spaces of #cede61

RGB 20622297
HSL0.190.650.63
HSV68°56°87°
CMYK 0.070.000.56   0.13
XYZ53.732566.227421.2604
Yxy66.22740.38050.4690
Hunter Lab81.3802-24.558141.4768
CIE-Lab85.1123-22.397958.3024

#cede61 color RGB value is (206,222,97).

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

The process color (four color CMYK) of #cede61 color hex is 0.07, 0.00, 0.56, 0.13. Web safe color of #cede61 is #cccc66. Color #cede61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011110 01100001
Octal 316 336 141
Decimal 206 222 97
Hex CE DE 61

RGB Percentages of Color #cede61

%39.24
%42.29
%18.48

CMYK Percentages of Color #cede61

%7
%0
%56
%13

Triadic Colors of #cede61

#cede61 #61cede #de61ce

Analogous Colors of #cede61

#cede61 #90de61 #deb061

Monochromatic Colors of #cede61

#cede61

Complementary Color

#cede61 #7161de

#cede61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cede61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cede61 Color CSS Codes

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

#cede61 Text Font Color

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

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


#cede61 Background Color

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

This div background color is #cede61


#cede61 Border Color

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

This div border color is #cede61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cede61


Comments

No comments written yet.

Please login to write comment.