Color Hex Logo

#ced67b Color Hex

#CED67B
(206,214,123)
0 Favorites   0 Comments

Color spaces of #ced67b

RGB 206214123
HSL0.180.530.66
HSV65°43°84°
CMYK 0.040.000.43   0.16
XYZ53.075362.645028.0332
Yxy62.64500.36920.4358
Hunter Lab79.1486-18.811934.4044
CIE-Lab83.2552-16.085943.8964

#ced67b color RGB value is (206,214,123).

#ced67b hex color red value is 206, green value is 214 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ced67b hue: 0.18 , saturation: 0.53 and the lightness value of ced67b is 0.66.

The process color (four color CMYK) of #ced67b color hex is 0.04, 0.00, 0.43, 0.16. Web safe color of #ced67b is #cccc66. Color #ced67b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010110 01111011
Octal 316 326 173
Decimal 206 214 123
Hex CE D6 7B

RGB Percentages of Color #ced67b

%37.94
%39.41
%22.65

CMYK Percentages of Color #ced67b

%4
%0
%43
%16

Triadic Colors of #ced67b

#ced67b #7bced6 #d67bce

Analogous Colors of #ced67b

#ced67b #a1d67b #d6b17b

Monochromatic Colors of #ced67b

#ced67b

Complementary Color

#ced67b #837bd6

#ced67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced67b Color CSS Codes

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

#ced67b Text Font Color

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

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


#ced67b Background Color

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

This div background color is #ced67b


#ced67b Border Color

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

This div border color is #ced67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced67b


Comments

No comments written yet.

Please login to write comment.