Color Hex Logo

#ced381 Color Hex

#CED381
(206,211,129)
0 Favorites   0 Comments

Color spaces of #ced381

RGB 206211129
HSL0.180.480.67
HSV64°39°83°
CMYK 0.020.000.39   0.17
XYZ52.710361.295329.8219
Yxy61.29530.36650.4262
Hunter Lab78.2913-16.833132.2198
CIE-Lab82.5372-13.937140.0080

#ced381 color RGB value is (206,211,129).

#ced381 hex color red value is 206, green value is 211 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #ced381 hue: 0.18 , saturation: 0.48 and the lightness value of ced381 is 0.67.

The process color (four color CMYK) of #ced381 color hex is 0.02, 0.00, 0.39, 0.17. Web safe color of #ced381 is #cccc99. Color #ced381 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010011 10000001
Octal 316 323 201
Decimal 206 211 129
Hex CE D3 81

RGB Percentages of Color #ced381

%37.73
%38.64
%23.63

CMYK Percentages of Color #ced381

%2
%0
%39
%17

Triadic Colors of #ced381

#ced381 #81ced3 #d381ce

Analogous Colors of #ced381

#ced381 #a5d381 #d3af81

Monochromatic Colors of #ced381

#ced381

Complementary Color

#ced381 #8681d3

#ced381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced381 Color CSS Codes

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

#ced381 Text Font Color

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

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


#ced381 Background Color

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

This div background color is #ced381


#ced381 Border Color

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

This div border color is #ced381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced381


Comments

No comments written yet.

Please login to write comment.