Color Hex Logo

#ffcd83 Color Hex

#FFCD83
(255,205,131)
0 Favorites   0 Comments

Color spaces of #ffcd83

RGB 255205131
HSL0.101.000.76
HSV36°49°100°
CMYK 0.000.200.49   0.00
XYZ67.168166.561330.7802
Yxy66.56130.40830.4046
Hunter Lab81.58514.183134.7408
CIE-Lab85.28198.800443.3636

#ffcd83 color RGB value is (255,205,131).

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

The process color (four color CMYK) of #ffcd83 color hex is 0.00, 0.20, 0.49, 0.00. Web safe color of #ffcd83 is #ffcc99. Color #ffcd83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001101 10000011
Octal 377 315 203
Decimal 255 205 131
Hex FF CD 83

RGB Percentages of Color #ffcd83

%43.15
%34.69
%22.17

CMYK Percentages of Color #ffcd83

%0
%20
%49
%0

Triadic Colors of #ffcd83

#ffcd83 #83ffcd #cd83ff

Analogous Colors of #ffcd83

#ffcd83 #f3ff83 #ff8f83

Monochromatic Colors of #ffcd83

#ffcd83

Complementary Color

#ffcd83 #83b5ff

#ffcd83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcd83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcd83 Color CSS Codes

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

#ffcd83 Text Font Color

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

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


#ffcd83 Background Color

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

This div background color is #ffcd83


#ffcd83 Border Color

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

This div border color is #ffcd83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcd83

#ffcd83 Color Palettes


Comments

No comments written yet.

Please login to write comment.