Color Hex Logo

#cedf65 Color Hex

#CEDF65
(206,223,101)
0 Favorites   0 Comments

Color spaces of #cedf65

RGB 206223101
HSL0.190.660.64
HSV68°55°87°
CMYK 0.080.000.55   0.13
XYZ54.190266.836722.3566
Yxy66.83670.37790.4661
Hunter Lab81.7537-24.750841.0140
CIE-Lab85.4214-22.559856.8745

#cedf65 color RGB value is (206,223,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 01100101
Octal 316 337 145
Decimal 206 223 101
Hex CE DF 65

RGB Percentages of Color #cedf65

%38.87
%42.08
%19.06

CMYK Percentages of Color #cedf65

%8
%0
%55
%13

Triadic Colors of #cedf65

#cedf65 #65cedf #df65ce

Analogous Colors of #cedf65

#cedf65 #91df65 #dfb365

Monochromatic Colors of #cedf65

#cedf65

Complementary Color

#cedf65 #7665df

#cedf65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedf65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedf65 Color CSS Codes

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

#cedf65 Text Font Color

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

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


#cedf65 Background Color

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

This div background color is #cedf65


#cedf65 Border Color

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

This div border color is #cedf65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedf65


Comments

No comments written yet.

Please login to write comment.