Color Hex Logo

#ffcdbc Color Hex

#FFCDBC
(255,205,188)
0 Favorites   0 Comments

Color spaces of #ffcdbc

RGB 255205188
HSL0.041.000.87
HSV15°26°100°
CMYK 0.000.200.26   0.00
XYZ72.148468.553557.0065
Yxy68.55350.36490.3467
Hunter Lab82.797010.648017.1362
CIE-Lab86.282515.233615.1541

#ffcdbc color RGB value is (255,205,188).

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

The process color (four color CMYK) of #ffcdbc color hex is 0.00, 0.20, 0.26, 0.00. Web safe color of #ffcdbc is #ffcccc. Color #ffcdbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001101 10111100
Octal 377 315 274
Decimal 255 205 188
Hex FF CD BC

RGB Percentages of Color #ffcdbc

%39.35
%31.64
%29.01

CMYK Percentages of Color #ffcdbc

%0
%20
%26
%0

Triadic Colors of #ffcdbc

#ffcdbc #bcffcd #cdbcff

Analogous Colors of #ffcdbc

#ffcdbc #ffefbc #ffbccd

Monochromatic Colors of #ffcdbc

#ffcdbc

Complementary Color

#ffcdbc #bceeff

#ffcdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcdbc Color CSS Codes

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

#ffcdbc Text Font Color

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

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


#ffcdbc Background Color

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

This div background color is #ffcdbc


#ffcdbc Border Color

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

This div border color is #ffcdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcdbc


Comments

No comments written yet.

Please login to write comment.