Color Hex Logo

#ffcbd3 Color Hex

#FFCBD3
(255,203,211)
2 Favorites   0 Comments

Color spaces of #ffcbd3

RGB 255203211
HSL0.971.000.90
HSV351°20°100°
CMYK 0.000.200.17   0.00
XYZ74.353868.675070.9648
Yxy68.67500.34750.3209
Hunter Lab82.870415.13247.2372
CIE-Lab86.342919.57413.0498

#ffcbd3 color RGB value is (255,203,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 11010011
Octal 377 313 323
Decimal 255 203 211
Hex FF CB D3

RGB Percentages of Color #ffcbd3

%38.12
%30.34
%31.54

CMYK Percentages of Color #ffcbd3

%0
%20
%17
%0

Triadic Colors of #ffcbd3

#ffcbd3 #d3ffcb #cbd3ff

Analogous Colors of #ffcbd3

#ffcbd3 #ffddcb #ffcbed

Monochromatic Colors of #ffcbd3

#ffcbd3

Complementary Color

#ffcbd3 #cbfff7

#ffcbd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcbd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcbd3 Color CSS Codes

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

#ffcbd3 Text Font Color

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

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


#ffcbd3 Background Color

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

This div background color is #ffcbd3


#ffcbd3 Border Color

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

This div border color is #ffcbd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcbd3

#ffcbd3 Color Palettes


Comments

No comments written yet.

Please login to write comment.