Color Hex Logo

#ffcceb Color Hex

#FFCCEB
(255,204,235)
1 Favorites   0 Comments

Color spaces of #ffcceb

RGB 255204235
HSL0.901.000.90
HSV324°20°100°
CMYK 0.000.200.08   0.00
XYZ77.828370.443988.0923
Yxy70.44390.32930.2980
Hunter Lab83.930918.6424-3.4781
CIE-Lab87.214122.8859-8.4060

#ffcceb color RGB value is (255,204,235).

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

The process color (four color CMYK) of #ffcceb color hex is 0.00, 0.20, 0.08, 0.00. Web safe color of #ffcceb is #ffccff. Color #ffcceb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 11101011
Octal 377 314 353
Decimal 255 204 235
Hex FF CC EB

RGB Percentages of Color #ffcceb

%36.74
%29.39
%33.86

CMYK Percentages of Color #ffcceb

%0
%20
%8
%0

Triadic Colors of #ffcceb

#ffcceb #ebffcc #ccebff

Analogous Colors of #ffcceb

#ffcceb #ffccd2 #faccff

Monochromatic Colors of #ffcceb

#ffcceb

Complementary Color

#ffcceb #ccffe0

#ffcceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcceb Color CSS Codes

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

#ffcceb Text Font Color

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

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


#ffcceb Background Color

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

This div background color is #ffcceb


#ffcceb Border Color

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

This div border color is #ffcceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcceb

Related Colors


Comments

No comments written yet.

Please login to write comment.