Color Hex Logo

#ffceca Color Hex

#FFCECA
(255,206,202)
0 Favorites   0 Comments

Color spaces of #ffceca

RGB 255206202
HSL0.011.000.90
HSV21°100°
CMYK 0.000.190.21   0.00
XYZ73.972069.666965.4254
Yxy69.66690.35380.3332
Hunter Lab83.466712.128111.9522
CIE-Lab86.833216.67058.5299

#ffceca color RGB value is (255,206,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 11001010
Octal 377 316 312
Decimal 255 206 202
Hex FF CE CA

RGB Percentages of Color #ffceca

%38.46
%31.07
%30.47

CMYK Percentages of Color #ffceca

%0
%19
%21
%0

Triadic Colors of #ffceca

#ffceca #caffce #cecaff

Analogous Colors of #ffceca

#ffceca #ffe9ca #ffcae1

Monochromatic Colors of #ffceca

#ffceca

Complementary Color

#ffceca #cafbff

#ffceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffceca Color CSS Codes

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

#ffceca Text Font Color

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

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


#ffceca Background Color

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

This div background color is #ffceca


#ffceca Border Color

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

This div border color is #ffceca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffceca

Related Colors


Comments

No comments written yet.

Please login to write comment.