Color Hex Logo

#ffffca Color Hex

#FFFFCA
(255,255,202)
0 Favorites   0 Comments

Color spaces of #ffffca

RGB 255255202
HSL0.171.000.90
HSV60°21°100°
CMYK 0.000.000.21   0.00
XYZ87.660797.044369.9883
Yxy97.04430.34420.3810
Hunter Lab98.5111-13.555026.8345
CIE-Lab98.8457-8.327325.4054

#ffffca color RGB value is (255,255,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111111 11001010
Octal 377 377 312
Decimal 255 255 202
Hex FF FF CA

RGB Percentages of Color #ffffca

%35.81
%35.81
%28.37

CMYK Percentages of Color #ffffca

%0
%0
%21
%0

Triadic Colors of #ffffca

#ffffca #caffff #ffcaff

Analogous Colors of #ffffca

#ffffca #e5ffca #ffe5ca

Monochromatic Colors of #ffffca

#ffffca

Complementary Color

#ffffca #cacaff

#ffffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffffca Color CSS Codes

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

#ffffca Text Font Color

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

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


#ffffca Background Color

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

This div background color is #ffffca


#ffffca Border Color

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

This div border color is #ffffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffffca

Related Colors


Comments

No comments written yet.

Please login to write comment.