Color Hex Logo

#ced58f Color Hex

#CED58F
(206,213,143)
0 Favorites   0 Comments

Color spaces of #ced58f

RGB 206213143
HSL0.180.450.70
HSV66°33°84°
CMYK 0.030.000.33   0.16
XYZ54.205862.693535.2307
Yxy62.69350.35630.4121
Hunter Lab79.1792-16.363229.0444
CIE-Lab83.2809-13.293533.8697

#ced58f color RGB value is (206,213,143).

#ced58f hex color red value is 206, green value is 213 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ced58f hue: 0.18 , saturation: 0.45 and the lightness value of ced58f is 0.70.

The process color (four color CMYK) of #ced58f color hex is 0.03, 0.00, 0.33, 0.16. Web safe color of #ced58f is #cccc99. Color #ced58f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010101 10001111
Octal 316 325 217
Decimal 206 213 143
Hex CE D5 8F

RGB Percentages of Color #ced58f

%36.65
%37.90
%25.44

CMYK Percentages of Color #ced58f

%3
%0
%33
%16

Triadic Colors of #ced58f

#ced58f #8fced5 #d58fce

Analogous Colors of #ced58f

#ced58f #abd58f #d5b98f

Monochromatic Colors of #ced58f

#ced58f

Complementary Color

#ced58f #968fd5

#ced58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced58f Color CSS Codes

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

#ced58f Text Font Color

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

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


#ced58f Background Color

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

This div background color is #ced58f


#ced58f Border Color

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

This div border color is #ced58f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced58f


Comments

No comments written yet.

Please login to write comment.