Color Hex Logo

#ced361 Color Hex

#CED361
(206,211,97)
0 Favorites   0 Comments

Color spaces of #ced361

RGB 20621197
HSL0.170.560.60
HSV63°54°83°
CMYK 0.020.000.54   0.17
XYZ50.905560.573420.3181
Yxy60.57340.38620.4596
Hunter Lab77.8289-19.449239.0019
CIE-Lab82.1489-17.006254.9332

#ced361 color RGB value is (206,211,97).

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

The process color (four color CMYK) of #ced361 color hex is 0.02, 0.00, 0.54, 0.17. Web safe color of #ced361 is #cccc66. Color #ced361 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010011 01100001
Octal 316 323 141
Decimal 206 211 97
Hex CE D3 61

RGB Percentages of Color #ced361

%40.08
%41.05
%18.87

CMYK Percentages of Color #ced361

%2
%0
%54
%17

Triadic Colors of #ced361

#ced361 #61ced3 #d361ce

Analogous Colors of #ced361

#ced361 #95d361 #d39f61

Monochromatic Colors of #ced361

#ced361

Complementary Color

#ced361 #6661d3

#ced361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced361 Color CSS Codes

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

#ced361 Text Font Color

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

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


#ced361 Background Color

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

This div background color is #ced361


#ced361 Border Color

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

This div border color is #ced361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced361


Comments

No comments written yet.

Please login to write comment.