Color Hex Logo

#ffcce6 Color Hex

#FFCCE6
(255,204,230)
4 Favorites   0 Comments

Color spaces of #ffcce6

RGB 255204230
HSL0.921.000.90
HSV329°20°100°
CMYK 0.000.200.10   0.00
XYZ77.115870.158984.3405
Yxy70.15890.33290.3029
Hunter Lab83.760917.7572-1.0676
CIE-Lab87.074722.0548-5.9622

#ffcce6 color RGB value is (255,204,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 11100110
Octal 377 314 346
Decimal 255 204 230
Hex FF CC E6

RGB Percentages of Color #ffcce6

%37.01
%29.61
%33.38

CMYK Percentages of Color #ffcce6

%0
%20
%10
%0

Triadic Colors of #ffcce6

#ffcce6 #e6ffcc #cce6ff

Analogous Colors of #ffcce6

#ffcce6 #ffcccd #ffccff

Monochromatic Colors of #ffcce6

#ffcce6

Complementary Color

#ffcce6 #ccffe5

#ffcce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcce6 Color CSS Codes

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

#ffcce6 Text Font Color

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

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


#ffcce6 Background Color

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

This div background color is #ffcce6


#ffcce6 Border Color

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

This div border color is #ffcce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcce6


Comments

No comments written yet.

Please login to write comment.