Color Hex Logo

#ced15f Color Hex

#CED15F
(206,209,95)
0 Favorites   0 Comments

Color spaces of #ced15f

RGB 20620995
HSL0.170.550.60
HSV62°55°82°
CMYK 0.010.000.55   0.18
XYZ50.319659.549019.6684
Yxy59.54900.38850.4597
Hunter Lab77.1680-18.648038.9059
CIE-Lab81.5924-16.171655.2052

#ced15f color RGB value is (206,209,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010001 01011111
Octal 316 321 137
Decimal 206 209 95
Hex CE D1 5F

RGB Percentages of Color #ced15f

%40.39
%40.98
%18.63

CMYK Percentages of Color #ced15f

%1
%0
%55
%18

Triadic Colors of #ced15f

#ced15f #5fced1 #d15fce

Analogous Colors of #ced15f

#ced15f #95d15f #d19b5f

Monochromatic Colors of #ced15f

#ced15f

Complementary Color

#ced15f #625fd1

#ced15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced15f Color CSS Codes

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

#ced15f Text Font Color

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

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


#ced15f Background Color

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

This div background color is #ced15f


#ced15f Border Color

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

This div border color is #ced15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced15f


Comments

No comments written yet.

Please login to write comment.