Color Hex Logo

#f5caeb Color Hex

#F5CAEB
(245,202,235)
0 Favorites   0 Comments

Color spaces of #f5caeb

RGB 245202235
HSL0.870.680.88
HSV314°18°96°
CMYK 0.000.180.04   0.04
XYZ73.772167.651787.7671
Yxy67.65170.32190.2952
Hunter Lab82.250716.1612-5.6910
CIE-Lab85.832020.5716-10.5594

#f5caeb color RGB value is (245,202,235).

#f5caeb hex color red value is 245, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f5caeb hue: 0.87 , saturation: 0.68 and the lightness value of f5caeb is 0.88.

The process color (four color CMYK) of #f5caeb color hex is 0.00, 0.18, 0.04, 0.04. Web safe color of #f5caeb is #ffccff. Color #f5caeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001010 11101011
Octal 365 312 353
Decimal 245 202 235
Hex F5 CA EB

RGB Percentages of Color #f5caeb

%35.92
%29.62
%34.46

CMYK Percentages of Color #f5caeb

%0
%18
%4
%4

Triadic Colors of #f5caeb

#f5caeb #ebf5ca #caebf5

Analogous Colors of #f5caeb

#f5caeb #f5cad6 #eacaf5

Monochromatic Colors of #f5caeb

#f5caeb

Complementary Color

#f5caeb #caf5d4

#f5caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5caeb Color CSS Codes

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

#f5caeb Text Font Color

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

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


#f5caeb Background Color

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

This div background color is #f5caeb


#f5caeb Border Color

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

This div border color is #f5caeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5caeb


Comments

No comments written yet.

Please login to write comment.