Color Hex Logo

#ced970 Color Hex

#CED970
(206,217,112)
0 Favorites   0 Comments

Color spaces of #ced970

RGB 206217112
HSL0.180.580.65
HSV66°48°85°
CMYK 0.050.000.48   0.15
XYZ53.191163.917424.8631
Yxy63.91740.37470.4502
Hunter Lab79.9484-21.150337.5253
CIE-Lab83.9227-18.663950.0364

#ced970 color RGB value is (206,217,112).

#ced970 hex color red value is 206, green value is 217 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ced970 hue: 0.18 , saturation: 0.58 and the lightness value of ced970 is 0.65.

The process color (four color CMYK) of #ced970 color hex is 0.05, 0.00, 0.48, 0.15. Web safe color of #ced970 is #cccc66. Color #ced970 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011001 01110000
Octal 316 331 160
Decimal 206 217 112
Hex CE D9 70

RGB Percentages of Color #ced970

%38.50
%40.56
%20.93

CMYK Percentages of Color #ced970

%5
%0
%48
%15

Triadic Colors of #ced970

#ced970 #70ced9 #d970ce

Analogous Colors of #ced970

#ced970 #9ad970 #d9b070

Monochromatic Colors of #ced970

#ced970

Complementary Color

#ced970 #7b70d9

#ced970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced970 Color CSS Codes

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

#ced970 Text Font Color

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

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


#ced970 Background Color

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

This div background color is #ced970


#ced970 Border Color

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

This div border color is #ced970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced970


Comments

No comments written yet.

Please login to write comment.