Color Hex Logo

#ffcebf Color Hex

#FFCEBF
(255,206,191)
0 Favorites   0 Comments

Color spaces of #ffcebf

RGB 255206191
HSL0.041.000.87
HSV14°25°100°
CMYK 0.000.190.25   0.00
XYZ72.715369.164258.8077
Yxy69.16420.36230.3446
Hunter Lab83.165010.532616.2903
CIE-Lab86.585315.119813.9961

#ffcebf color RGB value is (255,206,191).

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

The process color (four color CMYK) of #ffcebf color hex is 0.00, 0.19, 0.25, 0.00. Web safe color of #ffcebf is #ffcccc. Color #ffcebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 10111111
Octal 377 316 277
Decimal 255 206 191
Hex FF CE BF

RGB Percentages of Color #ffcebf

%39.11
%31.60
%29.29

CMYK Percentages of Color #ffcebf

%0
%19
%25
%0

Triadic Colors of #ffcebf

#ffcebf #bfffce #cebfff

Analogous Colors of #ffcebf

#ffcebf #ffeebf #ffbfd0

Monochromatic Colors of #ffcebf

#ffcebf

Complementary Color

#ffcebf #bff0ff

#ffcebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcebf Color CSS Codes

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

#ffcebf Text Font Color

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

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


#ffcebf Background Color

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

This div background color is #ffcebf


#ffcebf Border Color

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

This div border color is #ffcebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcebf

#ffcebf Color Palettes


Comments

No comments written yet.

Please login to write comment.