Color Hex Logo

#ffcbb6 Color Hex

#FFCBB6
(255,203,182)
1 Favorites   0 Comments

Color spaces of #ffcbb6

RGB 255203182
HSL0.051.000.86
HSV17°29°100°
CMYK 0.000.200.29   0.00
XYZ71.039467.349353.5115
Yxy67.34930.37020.3510
Hunter Lab82.066610.898518.7866
CIE-Lab85.680015.481317.4794

#ffcbb6 color RGB value is (255,203,182).

#ffcbb6 hex color red value is 255, green value is 203 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #ffcbb6 hue: 0.05 , saturation: 1.00 and the lightness value of ffcbb6 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 10110110
Octal 377 313 266
Decimal 255 203 182
Hex FF CB B6

RGB Percentages of Color #ffcbb6

%39.84
%31.72
%28.44

CMYK Percentages of Color #ffcbb6

%0
%20
%29
%0

Triadic Colors of #ffcbb6

#ffcbb6 #b6ffcb #cbb6ff

Analogous Colors of #ffcbb6

#ffcbb6 #fff0b6 #ffb6c6

Monochromatic Colors of #ffcbb6

#ffcbb6

Complementary Color

#ffcbb6 #b6eaff

#ffcbb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcbb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcbb6 Color CSS Codes

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

#ffcbb6 Text Font Color

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

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


#ffcbb6 Background Color

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

This div background color is #ffcbb6


#ffcbb6 Border Color

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

This div border color is #ffcbb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcbb6

#ffcbb6 Color Palettes


Comments

No comments written yet.

Please login to write comment.