Color Hex Logo

#cedf7d Color Hex

#CEDF7D
(206,223,125)
0 Favorites   0 Comments

Color spaces of #cedf7d

RGB 206223125
HSL0.200.600.68
HSV70°44°87°
CMYK 0.080.000.44   0.13
XYZ55.542967.377829.4798
Yxy67.37780.36450.4421
Hunter Lab82.0840-22.863336.1653
CIE-Lab85.6944-20.314945.9499

#cedf7d color RGB value is (206,223,125).

#cedf7d hex color red value is 206, green value is 223 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cedf7d hue: 0.20 , saturation: 0.60 and the lightness value of cedf7d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 01111101
Octal 316 337 175
Decimal 206 223 125
Hex CE DF 7D

RGB Percentages of Color #cedf7d

%37.18
%40.25
%22.56

CMYK Percentages of Color #cedf7d

%8
%0
%44
%13

Triadic Colors of #cedf7d

#cedf7d #7dcedf #df7dce

Analogous Colors of #cedf7d

#cedf7d #9ddf7d #dfbf7d

Monochromatic Colors of #cedf7d

#cedf7d

Complementary Color

#cedf7d #8e7ddf

#cedf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedf7d Color CSS Codes

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

#cedf7d Text Font Color

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

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


#cedf7d Background Color

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

This div background color is #cedf7d


#cedf7d Border Color

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

This div border color is #cedf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedf7d


Comments

No comments written yet.

Please login to write comment.