Color Hex Logo

#cedf14 Color Hex

#CEDF14
(206,223,20)
0 Favorites   0 Comments

Color spaces of #cedf14

RGB 20622320
HSL0.180.840.48
HSV65°91°87°
CMYK 0.080.000.91   0.13
XYZ51.967565.947710.6520
Yxy65.94770.40420.5129
Hunter Lab81.2082-27.887049.0687
CIE-Lab84.9697-26.360881.9304

#cedf14 color RGB value is (206,223,20).

#cedf14 hex color red value is 206, green value is 223 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #cedf14 hue: 0.18 , saturation: 0.84 and the lightness value of cedf14 is 0.48.

The process color (four color CMYK) of #cedf14 color hex is 0.08, 0.00, 0.91, 0.13. Web safe color of #cedf14 is #cccc00. Color #cedf14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 00010100
Octal 316 337 24
Decimal 206 223 20
Hex CE DF 14

RGB Percentages of Color #cedf14

%45.88
%49.67
%4.45

CMYK Percentages of Color #cedf14

%8
%0
%91
%13

Triadic Colors of #cedf14

#cedf14 #14cedf #df14ce

Analogous Colors of #cedf14

#cedf14 #69df14 #df8b14

Monochromatic Colors of #cedf14

#cedf14

Complementary Color

#cedf14 #2514df

#cedf14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedf14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedf14 Color CSS Codes

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

#cedf14 Text Font Color

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

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


#cedf14 Background Color

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

This div background color is #cedf14


#cedf14 Border Color

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

This div border color is #cedf14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedf14


Comments

No comments written yet.

Please login to write comment.