Color Hex Logo

#ffcbda Color Hex

#FFCBDA
(255,203,218)
0 Favorites   0 Comments

Color spaces of #ffcbda

RGB 255203218
HSL0.951.000.90
HSV343°20°100°
CMYK 0.000.200.15   0.00
XYZ75.250869.033875.6884
Yxy69.03380.34210.3138
Hunter Lab83.086616.26444.1499
CIE-Lab86.520820.6524-0.4085

#ffcbda color RGB value is (255,203,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 11011010
Octal 377 313 332
Decimal 255 203 218
Hex FF CB DA

RGB Percentages of Color #ffcbda

%37.72
%30.03
%32.25

CMYK Percentages of Color #ffcbda

%0
%20
%15
%0

Triadic Colors of #ffcbda

#ffcbda #daffcb #cbdaff

Analogous Colors of #ffcbda

#ffcbda #ffd6cb #ffcbf4

Monochromatic Colors of #ffcbda

#ffcbda

Complementary Color

#ffcbda #cbfff0

#ffcbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcbda Color CSS Codes

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

#ffcbda Text Font Color

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

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


#ffcbda Background Color

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

This div background color is #ffcbda


#ffcbda Border Color

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

This div border color is #ffcbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcbda

#ffcbda Color Palettes


Comments

No comments written yet.

Please login to write comment.