Color Hex Logo

#cedf71 Color Hex

#CEDF71
(206,223,113)
0 Favorites   0 Comments

Color spaces of #cedf71

RGB 206223113
HSL0.190.630.66
HSV69°49°87°
CMYK 0.080.000.49   0.13
XYZ54.821967.089425.6829
Yxy67.08940.37140.4546
Hunter Lab81.9081-23.867438.7449
CIE-Lab85.5491-21.505351.5113

#cedf71 color RGB value is (206,223,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 01110001
Octal 316 337 161
Decimal 206 223 113
Hex CE DF 71

RGB Percentages of Color #cedf71

%38.01
%41.14
%20.85

CMYK Percentages of Color #cedf71

%8
%0
%49
%13

Triadic Colors of #cedf71

#cedf71 #71cedf #df71ce

Analogous Colors of #cedf71

#cedf71 #97df71 #dfb971

Monochromatic Colors of #cedf71

#cedf71

Complementary Color

#cedf71 #8271df

#cedf71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedf71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedf71 Color CSS Codes

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

#cedf71 Text Font Color

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

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


#cedf71 Background Color

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

This div background color is #cedf71


#cedf71 Border Color

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

This div border color is #cedf71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedf71


Comments

No comments written yet.

Please login to write comment.