Color Hex Logo

#ffbefd Color Hex

#FFBEFD
(255,190,253)
0 Favorites   0 Comments

Color spaces of #ffbefd

RGB 255190253
HSL0.841.000.87
HSV302°25°100°
CMYK 0.000.250.01   0.00
XYZ77.383165.1788101.4307
Yxy65.17880.31720.2671
Hunter Lab80.733429.8091-17.9766
CIE-Lab84.575833.3644-21.9223

#ffbefd color RGB value is (255,190,253).

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

The process color (four color CMYK) of #ffbefd color hex is 0.00, 0.25, 0.01, 0.00. Web safe color of #ffbefd is #ffccff. Color #ffbefd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111110 11111101
Octal 377 276 375
Decimal 255 190 253
Hex FF BE FD

RGB Percentages of Color #ffbefd

%36.53
%27.22
%36.25

CMYK Percentages of Color #ffbefd

%0
%25
%1
%0

Triadic Colors of #ffbefd

#ffbefd #fdffbe #befdff

Analogous Colors of #ffbefd

#ffbefd #ffbedd #e1beff

Monochromatic Colors of #ffbefd

#ffbefd

Complementary Color

#ffbefd #beffc0

#ffbefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbefd Color CSS Codes

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

#ffbefd Text Font Color

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

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


#ffbefd Background Color

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

This div background color is #ffbefd


#ffbefd Border Color

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

This div border color is #ffbefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbefd

Related Colors

#ffbefd Color Palettes


Comments

No comments written yet.

Please login to write comment.