Color Hex Logo

#ffcce4 Color Hex

#FFCCE4
(255,204,228)
0 Favorites   0 Comments

Color spaces of #ffcce4

RGB 255204228
HSL0.921.000.90
HSV332°20°100°
CMYK 0.000.200.11   0.00
XYZ76.836570.047282.8695
Yxy70.04720.33440.3049
Hunter Lab83.694217.4093-0.1198
CIE-Lab87.020021.7270-4.9824

#ffcce4 color RGB value is (255,204,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 11100100
Octal 377 314 344
Decimal 255 204 228
Hex FF CC E4

RGB Percentages of Color #ffcce4

%37.12
%29.69
%33.19

CMYK Percentages of Color #ffcce4

%0
%20
%11
%0

Triadic Colors of #ffcce4

#ffcce4 #e4ffcc #cce4ff

Analogous Colors of #ffcce4

#ffcce4 #ffcecc #ffccfe

Monochromatic Colors of #ffcce4

#ffcce4

Complementary Color

#ffcce4 #ccffe7

#ffcce4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcce4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcce4 Color CSS Codes

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

#ffcce4 Text Font Color

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

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


#ffcce4 Background Color

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

This div background color is #ffcce4


#ffcce4 Border Color

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

This div border color is #ffcce4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcce4

#ffcce4 Color Palettes


Comments

No comments written yet.

Please login to write comment.