Color Hex Logo

#ffbeca Color Hex

#FFBECA
(255,190,202)
0 Favorites   0 Comments

Color spaces of #ffbeca

RGB 255190202
HSL0.971.000.87
HSV349°25°100°
CMYK 0.000.250.21   0.00
XYZ70.314162.351264.2061
Yxy62.35120.35720.3167
Hunter Lab78.962820.76437.0641
CIE-Lab83.099825.05333.1480

#ffbeca color RGB value is (255,190,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111110 11001010
Octal 377 276 312
Decimal 255 190 202
Hex FF BE CA

RGB Percentages of Color #ffbeca

%39.41
%29.37
%31.22

CMYK Percentages of Color #ffbeca

%0
%25
%21
%0

Triadic Colors of #ffbeca

#ffbeca #caffbe #becaff

Analogous Colors of #ffbeca

#ffbeca #ffd3be #ffbeeb

Monochromatic Colors of #ffbeca

#ffbeca

Complementary Color

#ffbeca #befff3

#ffbeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbeca Color CSS Codes

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

#ffbeca Text Font Color

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

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


#ffbeca Background Color

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

This div background color is #ffbeca


#ffbeca Border Color

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

This div border color is #ffbeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbeca

Related Colors


Comments

No comments written yet.

Please login to write comment.