Color Hex Logo

#cedf4d Color Hex

#CEDF4D
(206,223,77)
0 Favorites   0 Comments

Color spaces of #cedf4d

RGB 20622377
HSL0.190.700.59
HSV67°65°87°
CMYK 0.080.000.65   0.13
XYZ53.180866.433017.0411
Yxy66.43300.38920.4861
Hunter Lab81.5064-26.169744.6583
CIE-Lab85.2168-24.268366.7307

#cedf4d color RGB value is (206,223,77).

#cedf4d hex color red value is 206, green value is 223 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cedf4d hue: 0.19 , saturation: 0.70 and the lightness value of cedf4d is 0.59.

The process color (four color CMYK) of #cedf4d color hex is 0.08, 0.00, 0.65, 0.13. Web safe color of #cedf4d is #cccc66. Color #cedf4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 01001101
Octal 316 337 115
Decimal 206 223 77
Hex CE DF 4D

RGB Percentages of Color #cedf4d

%40.71
%44.07
%15.22

CMYK Percentages of Color #cedf4d

%8
%0
%65
%13

Triadic Colors of #cedf4d

#cedf4d #4dcedf #df4dce

Analogous Colors of #cedf4d

#cedf4d #85df4d #dfa74d

Monochromatic Colors of #cedf4d

#cedf4d

Complementary Color

#cedf4d #5e4ddf

#cedf4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedf4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedf4d Color CSS Codes

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

#cedf4d Text Font Color

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

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


#cedf4d Background Color

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

This div background color is #cedf4d


#cedf4d Border Color

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

This div border color is #cedf4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedf4d


Comments

No comments written yet.

Please login to write comment.