Color Hex Logo

#ffcbe6 Color Hex

#FFCBE6
(255,203,230)
0 Favorites   0 Comments

Color spaces of #ffcbe6

RGB 255203230
HSL0.911.000.90
HSV329°20°100°
CMYK 0.000.200.10   0.00
XYZ76.878969.685084.2615
Yxy69.68500.33310.3019
Hunter Lab83.477518.3044-1.4125
CIE-Lab86.842122.5794-6.3059

#ffcbe6 color RGB value is (255,203,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 11100110
Octal 377 313 346
Decimal 255 203 230
Hex FF CB E6

RGB Percentages of Color #ffcbe6

%37.06
%29.51
%33.43

CMYK Percentages of Color #ffcbe6

%0
%20
%10
%0

Triadic Colors of #ffcbe6

#ffcbe6 #e6ffcb #cbe6ff

Analogous Colors of #ffcbe6

#ffcbe6 #ffcbcc #fecbff

Monochromatic Colors of #ffcbe6

#ffcbe6

Complementary Color

#ffcbe6 #cbffe4

#ffcbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcbe6 Color CSS Codes

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

#ffcbe6 Text Font Color

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

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


#ffcbe6 Background Color

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

This div background color is #ffcbe6


#ffcbe6 Border Color

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

This div border color is #ffcbe6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,203,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 #ffcbe6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcbe6


Comments

No comments written yet.

Please login to write comment.