Color Hex Logo

#ced06b Color Hex

#CED06B
(206,208,107)
0 Favorites   0 Comments

Color spaces of #ced06b

RGB 206208107
HSL0.170.520.62
HSV61°49°82°
CMYK 0.010.000.49   0.18
XYZ50.663359.295122.6848
Yxy59.29510.38200.4470
Hunter Lab77.0033-17.314136.4358
CIE-Lab81.4535-14.654049.4588

#ced06b color RGB value is (206,208,107).

#ced06b hex color red value is 206, green value is 208 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ced06b hue: 0.17 , saturation: 0.52 and the lightness value of ced06b is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010000 01101011
Octal 316 320 153
Decimal 206 208 107
Hex CE D0 6B

RGB Percentages of Color #ced06b

%39.54
%39.92
%20.54

CMYK Percentages of Color #ced06b

%1
%0
%49
%18

Triadic Colors of #ced06b

#ced06b #6bced0 #d06bce

Analogous Colors of #ced06b

#ced06b #9cd06b #d0a06b

Monochromatic Colors of #ced06b

#ced06b

Complementary Color

#ced06b #6d6bd0

#ced06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced06b Color CSS Codes

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

#ced06b Text Font Color

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

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


#ced06b Background Color

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

This div background color is #ced06b


#ced06b Border Color

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

This div border color is #ced06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced06b


Comments

No comments written yet.

Please login to write comment.