Color Hex Logo

#ffcadb Color Hex

#FFCADB
(255,202,219)
0 Favorites   0 Comments

Color spaces of #ffcadb

RGB 255202219
HSL0.951.000.90
HSV341°21°100°
CMYK 0.000.210.14   0.00
XYZ75.146768.615576.3013
Yxy68.61550.34150.3118
Hunter Lab82.834516.97333.3703
CIE-Lab86.313321.3334-1.2432

#ffcadb color RGB value is (255,202,219).

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

The process color (four color CMYK) of #ffcadb color hex is 0.00, 0.21, 0.14, 0.00. Web safe color of #ffcadb is #ffcccc. Color #ffcadb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 11011011
Octal 377 312 333
Decimal 255 202 219
Hex FF CA DB

RGB Percentages of Color #ffcadb

%37.72
%29.88
%32.40

CMYK Percentages of Color #ffcadb

%0
%21
%14
%0

Triadic Colors of #ffcadb

#ffcadb #dbffca #cadbff

Analogous Colors of #ffcadb

#ffcadb #ffd4ca #ffcaf6

Monochromatic Colors of #ffcadb

#ffcadb

Complementary Color

#ffcadb #caffee

#ffcadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcadb Color CSS Codes

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

#ffcadb Text Font Color

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

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


#ffcadb Background Color

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

This div background color is #ffcadb


#ffcadb Border Color

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

This div border color is #ffcadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcadb


Comments

No comments written yet.

Please login to write comment.