Color Hex Logo

#ffceba Color Hex

#FFCEBA
(255,206,186)
0 Favorites   0 Comments

Color spaces of #ffceba

RGB 255206186
HSL0.051.000.86
HSV17°27°100°
CMYK 0.000.190.27   0.00
XYZ72.174268.947855.9586
Yxy68.94780.36620.3498
Hunter Lab83.03489.842018.1678
CIE-Lab86.478214.444316.4854

#ffceba color RGB value is (255,206,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 10111010
Octal 377 316 272
Decimal 255 206 186
Hex FF CE BA

RGB Percentages of Color #ffceba

%39.41
%31.84
%28.75

CMYK Percentages of Color #ffceba

%0
%19
%27
%0

Triadic Colors of #ffceba

#ffceba #baffce #cebaff

Analogous Colors of #ffceba

#ffceba #fff1ba #ffbac9

Monochromatic Colors of #ffceba

#ffceba

Complementary Color

#ffceba #baebff

#ffceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffceba Color CSS Codes

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

#ffceba Text Font Color

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

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


#ffceba Background Color

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

This div background color is #ffceba


#ffceba Border Color

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

This div border color is #ffceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffceba

Related Colors


Comments

No comments written yet.

Please login to write comment.