Color Hex Logo

#ced15d Color Hex

#CED15D
(206,209,93)
0 Favorites   0 Comments

Color spaces of #ced15d

RGB 20620993
HSL0.170.560.59
HSV62°56°82°
CMYK 0.010.000.56   0.18
XYZ50.229859.513119.1957
Yxy59.51310.38960.4616
Hunter Lab77.1447-18.779939.2484
CIE-Lab81.5728-16.327856.0845

#ced15d color RGB value is (206,209,93).

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

The process color (four color CMYK) of #ced15d color hex is 0.01, 0.00, 0.56, 0.18. Web safe color of #ced15d is #cccc66. Color #ced15d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010001 01011101
Octal 316 321 135
Decimal 206 209 93
Hex CE D1 5D

RGB Percentages of Color #ced15d

%40.55
%41.14
%18.31

CMYK Percentages of Color #ced15d

%1
%0
%56
%18

Triadic Colors of #ced15d

#ced15d #5dced1 #d15dce

Analogous Colors of #ced15d

#ced15d #94d15d #d19a5d

Monochromatic Colors of #ced15d

#ced15d

Complementary Color

#ced15d #605dd1

#ced15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced15d Color CSS Codes

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

#ced15d Text Font Color

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

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


#ced15d Background Color

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

This div background color is #ced15d


#ced15d Border Color

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

This div border color is #ced15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced15d


Comments

No comments written yet.

Please login to write comment.