Color Hex Logo

#cecf1d Color Hex

#CECF1D
(206,207,29)
0 Favorites   0 Comments

Color spaces of #cecf1d

RGB 20620729
HSL0.170.750.46
HSV60°86°81°
CMYK 0.000.000.86   0.19
XYZ47.988257.83629.7966
Yxy57.83620.41500.5002
Hunter Lab76.0501-20.452845.5975
CIE-Lab80.6476-18.445177.0145

#cecf1d color RGB value is (206,207,29).

#cecf1d hex color red value is 206, green value is 207 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cecf1d hue: 0.17 , saturation: 0.75 and the lightness value of cecf1d is 0.46.

The process color (four color CMYK) of #cecf1d color hex is 0.00, 0.00, 0.86, 0.19. Web safe color of #cecf1d is #cccc33. Color #cecf1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001111 00011101
Octal 316 317 35
Decimal 206 207 29
Hex CE CF 1D

RGB Percentages of Color #cecf1d

%46.61
%46.83
%6.56

CMYK Percentages of Color #cecf1d

%0
%0
%86
%19

Triadic Colors of #cecf1d

#cecf1d #1dcecf #cf1dce

Analogous Colors of #cecf1d

#cecf1d #75cf1d #cf771d

Monochromatic Colors of #cecf1d

#cecf1d

Complementary Color

#cecf1d #1e1dcf

#cecf1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecf1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecf1d Color CSS Codes

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

#cecf1d Text Font Color

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

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


#cecf1d Background Color

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

This div background color is #cecf1d


#cecf1d Border Color

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

This div border color is #cecf1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecf1d


Comments

No comments written yet.

Please login to write comment.