Color Hex Logo

#cecf6a Color Hex

#CECF6A
(206,207,106)
0 Favorites   0 Comments

Color spaces of #cecf6a

RGB 206207106
HSL0.170.510.61
HSV61°49°81°
CMYK 0.000.000.49   0.19
XYZ50.367958.788122.3282
Yxy58.78810.38310.4471
Hunter Lab76.6734-16.919136.4054
CIE-Lab81.1750-14.242849.6030

#cecf6a color RGB value is (206,207,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001111 01101010
Octal 316 317 152
Decimal 206 207 106
Hex CE CF 6A

RGB Percentages of Color #cecf6a

%39.69
%39.88
%20.42

CMYK Percentages of Color #cecf6a

%0
%0
%49
%19

Triadic Colors of #cecf6a

#cecf6a #6acecf #cf6ace

Analogous Colors of #cecf6a

#cecf6a #9ccf6a #cf9e6a

Monochromatic Colors of #cecf6a

#cecf6a

Complementary Color

#cecf6a #6b6acf

#cecf6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecf6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecf6a Color CSS Codes

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

#cecf6a Text Font Color

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

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


#cecf6a Background Color

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

This div background color is #cecf6a


#cecf6a Border Color

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

This div border color is #cecf6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecf6a


Comments

No comments written yet.

Please login to write comment.