Color Hex Logo

#cfcefa Color Hex

#CFCEFA
(207,206,250)
0 Favorites   0 Comments

Color spaces of #cfcefa

RGB 207206250
HSL0.670.810.89
HSV241°18°98°
CMYK 0.170.180.00   0.02
XYZ65.058864.310199.4266
Yxy64.31010.28440.2811
Hunter Lab80.19364.4733-17.3742
CIE-Lab84.12709.0670-21.4012

#cfcefa color RGB value is (207,206,250).

#cfcefa hex color red value is 207, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cfcefa hue: 0.67 , saturation: 0.81 and the lightness value of cfcefa is 0.89.

The process color (four color CMYK) of #cfcefa color hex is 0.17, 0.18, 0.00, 0.02. Web safe color of #cfcefa is #ccccff. Color #cfcefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001110 11111010
Octal 317 316 372
Decimal 207 206 250
Hex CF CE FA

RGB Percentages of Color #cfcefa

%31.22
%31.07
%37.71

CMYK Percentages of Color #cfcefa

%17
%18
%0
%2

Triadic Colors of #cfcefa

#cfcefa #facfce #cefacf

Analogous Colors of #cfcefa

#cfcefa #e5cefa #cee3fa

Monochromatic Colors of #cfcefa

#cfcefa

Complementary Color

#cfcefa #f9face

#cfcefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfcefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfcefa Color CSS Codes

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

#cfcefa Text Font Color

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

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


#cfcefa Background Color

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

This div background color is #cfcefa


#cfcefa Border Color

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

This div border color is #cfcefa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,206,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfcefa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfcefa;
  -webkit-box-shadow: 1px 1px 3px 2px #cfcefa;
  box-shadow:         1px 1px 3px 2px #cfcefa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfcefa


Comments

No comments written yet.

Please login to write comment.