Color Hex Logo

#cfbcec Color Hex

#CFBCEC
(207,188,236)
0 Favorites   0 Comments

Color spaces of #cfbcec

RGB 207188236
HSL0.730.560.83
HSV264°20°93°
CMYK 0.120.200.00   0.07
XYZ58.855755.288086.9265
Yxy55.28800.29270.2750
Hunter Lab74.355911.1671-17.2644
CIE-Lab79.206915.7993-21.3859

#cfbcec color RGB value is (207,188,236).

#cfbcec hex color red value is 207, green value is 188 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cfbcec hue: 0.73 , saturation: 0.56 and the lightness value of cfbcec is 0.83.

The process color (four color CMYK) of #cfbcec color hex is 0.12, 0.20, 0.00, 0.07. Web safe color of #cfbcec is #ccccff. Color #cfbcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111100 11101100
Octal 317 274 354
Decimal 207 188 236
Hex CF BC EC

RGB Percentages of Color #cfbcec

%32.81
%29.79
%37.40

CMYK Percentages of Color #cfbcec

%12
%20
%0
%7

Triadic Colors of #cfbcec

#cfbcec #eccfbc #bceccf

Analogous Colors of #cfbcec

#cfbcec #e7bcec #bcc1ec

Monochromatic Colors of #cfbcec

#cfbcec

Complementary Color

#cfbcec #d9ecbc

#cfbcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbcec Color CSS Codes

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

#cfbcec Text Font Color

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

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


#cfbcec Background Color

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

This div background color is #cfbcec


#cfbcec Border Color

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

This div border color is #cfbcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbcec


Comments

No comments written yet.

Please login to write comment.