Color Hex Logo

#ffcd6c Color Hex

#FFCD6C
(255,205,108)
1 Favorites   0 Comments

Color spaces of #ffcd6c

RGB 255205108
HSL0.111.000.71
HSV40°58°100°
CMYK 0.000.200.58   0.00
XYZ65.778166.005423.4608
Yxy66.00540.42370.4252
Hunter Lab81.24372.344139.7494
CIE-Lab84.99926.925554.2351

#ffcd6c color RGB value is (255,205,108).

#ffcd6c hex color red value is 255, green value is 205 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ffcd6c hue: 0.11 , saturation: 1.00 and the lightness value of ffcd6c is 0.71.

The process color (four color CMYK) of #ffcd6c color hex is 0.00, 0.20, 0.58, 0.00. Web safe color of #ffcd6c is #ffcc66. Color #ffcd6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001101 01101100
Octal 377 315 154
Decimal 255 205 108
Hex FF CD 6C

RGB Percentages of Color #ffcd6c

%44.89
%36.09
%19.01

CMYK Percentages of Color #ffcd6c

%0
%20
%58
%0

Triadic Colors of #ffcd6c

#ffcd6c #6cffcd #cd6cff

Analogous Colors of #ffcd6c

#ffcd6c #e8ff6c #ff846c

Monochromatic Colors of #ffcd6c

#ffcd6c

Complementary Color

#ffcd6c #6c9eff

#ffcd6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcd6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcd6c Color CSS Codes

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

#ffcd6c Text Font Color

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

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


#ffcd6c Background Color

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

This div background color is #ffcd6c


#ffcd6c Border Color

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

This div border color is #ffcd6c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,205,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffcd6c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffcd6c;
  -webkit-box-shadow: 1px 1px 3px 2px #ffcd6c;
  box-shadow:         1px 1px 3px 2px #ffcd6c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,205,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcd6c

#ffcd6c Color Palettes


Comments

No comments written yet.

Please login to write comment.