Color Hex Logo

#ced49b Color Hex

#CED49B
(206,212,155)
0 Favorites   0 Comments

Color spaces of #ced49b

RGB 206212155
HSL0.180.400.72
HSV66°27°83°
CMYK 0.030.000.27   0.17
XYZ54.913562.575340.1943
Yxy62.57530.34830.3968
Hunter Lab79.1046-14.520225.2470
CIE-Lab83.2184-11.227727.5950

#ced49b color RGB value is (206,212,155).

#ced49b hex color red value is 206, green value is 212 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ced49b hue: 0.18 , saturation: 0.40 and the lightness value of ced49b is 0.72.

The process color (four color CMYK) of #ced49b color hex is 0.03, 0.00, 0.27, 0.17. Web safe color of #ced49b is #cccc99. Color #ced49b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010100 10011011
Octal 316 324 233
Decimal 206 212 155
Hex CE D4 9B

RGB Percentages of Color #ced49b

%35.95
%37.00
%27.05

CMYK Percentages of Color #ced49b

%3
%0
%27
%17

Triadic Colors of #ced49b

#ced49b #9bced4 #d49bce

Analogous Colors of #ced49b

#ced49b #b2d49b #d4be9b

Monochromatic Colors of #ced49b

#ced49b

Complementary Color

#ced49b #a19bd4

#ced49b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced49b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced49b Color CSS Codes

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

#ced49b Text Font Color

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

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


#ced49b Background Color

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

This div background color is #ced49b


#ced49b Border Color

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

This div border color is #ced49b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced49b


Comments

No comments written yet.

Please login to write comment.