Color Hex Logo

#ffcee3 Color Hex

#FFCEE3
(255,206,227)
0 Favorites   0 Comments

Color spaces of #ffcee3

RGB 255206227
HSL0.931.000.90
HSV334°19°100°
CMYK 0.000.190.11   0.00
XYZ77.176470.948782.2999
Yxy70.94870.33490.3079
Hunter Lab84.231116.14561.0311
CIE-Lab87.460120.5160-3.8043

#ffcee3 color RGB value is (255,206,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 11100011
Octal 377 316 343
Decimal 255 206 227
Hex FF CE E3

RGB Percentages of Color #ffcee3

%37.06
%29.94
%32.99

CMYK Percentages of Color #ffcee3

%0
%19
%11
%0

Triadic Colors of #ffcee3

#ffcee3 #e3ffce #cee3ff

Analogous Colors of #ffcee3

#ffcee3 #ffd2ce #ffcefc

Monochromatic Colors of #ffcee3

#ffcee3

Complementary Color

#ffcee3 #ceffea

#ffcee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcee3 Color CSS Codes

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

#ffcee3 Text Font Color

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

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


#ffcee3 Background Color

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

This div background color is #ffcee3


#ffcee3 Border Color

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

This div border color is #ffcee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcee3


Comments

No comments written yet.

Please login to write comment.